summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorray <ray@openbsd.org>2007-08-05 16:11:09 +0000
committerray <ray@openbsd.org>2007-08-05 16:11:09 +0000
commitfbc16d40aef83469d8ef748412b2dc3fc8f9133b (patch)
tree105775bf5cfa45db990931ab62a136ee8e1c58b4
parentFix DPRINTF tweaks. (diff)
downloadwireguard-openbsd-fbc16d40aef83469d8ef748412b2dc3fc8f9133b.tar.xz
wireguard-openbsd-fbc16d40aef83469d8ef748412b2dc3fc8f9133b.zip
/*FALLTHRU*/ -> /* FALLTHROUGH */
-rw-r--r--lib/libc/net/res_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/res_init.c b/lib/libc/net/res_init.c
index ef5926118a0..ebfc5f3db27 100644
--- a/lib/libc/net/res_init.c
+++ b/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;