summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorray <>2007-08-05 16:11:09 +0000
committerray <>2007-08-05 16:11:09 +0000
commitfbdb4996ce0be760a632bb4a5052ac3014e92c83 (patch)
tree91987260f2bb399e2bcb61cd496e0f49201308a5
parent9af2407ba2d762e0c878be09a5c593abfcba18c8 (diff)
downloadopenbsd-fbdb4996ce0be760a632bb4a5052ac3014e92c83.tar.gz
openbsd-fbdb4996ce0be760a632bb4a5052ac3014e92c83.tar.bz2
openbsd-fbdb4996ce0be760a632bb4a5052ac3014e92c83.zip
/*FALLTHRU*/ -> /* FALLTHROUGH */
-rw-r--r--src/lib/libc/net/res_init.c4
1 files changed, 2 insertions, 2 deletions
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 @@
1/* $OpenBSD: res_init.c,v 1.35 2006/09/23 04:56:43 ray Exp $ */ 1/* $OpenBSD: res_init.c,v 1.36 2007/08/05 16:11:09 ray Exp $ */
2 2
3/* 3/*
4 * ++Copyright++ 1985, 1989, 1993 4 * ++Copyright++ 1985, 1989, 1993
@@ -506,7 +506,7 @@ _res_init(int usercall)
506 m = -1; 506 m = -1;
507 break; 507 break;
508 } 508 }
509 /*FALLTHRU*/ 509 /* FALLTHROUGH */
510 default: 510 default:
511 m = sizeof(struct in6_addr) * NBBY; 511 m = sizeof(struct in6_addr) * NBBY;
512 break; 512 break;