From fbdb4996ce0be760a632bb4a5052ac3014e92c83 Mon Sep 17 00:00:00 2001 From: ray <> Date: Sun, 5 Aug 2007 16:11:09 +0000 Subject: /*FALLTHRU*/ -> /* FALLTHROUGH */ --- src/lib/libc/net/res_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/net/res_init.c b/src/lib/libc/net/res_init.c index ef5926118a..ebfc5f3db2 100644 --- a/src/lib/libc/net/res_init.c +++ b/src/lib/libc/net/res_init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: res_init.c,v 1.35 2006/09/23 04:56:43 ray Exp $ */ +/* $OpenBSD: res_init.c,v 1.36 2007/08/05 16:11:09 ray Exp $ */ /* * ++Copyright++ 1985, 1989, 1993 @@ -506,7 +506,7 @@ _res_init(int usercall) m = -1; break; } - /*FALLTHRU*/ + /* FALLTHROUGH */ default: m = sizeof(struct in6_addr) * NBBY; break; -- cgit v1.2.3-55-g6feb