diff options
| author | dyoung <dyoung@NetBSD.org> | 2008-06-02 23:19:16 +0000 |
|---|---|---|
| committer | dyoung <dyoung@NetBSD.org> | 2008-06-02 23:19:16 +0000 |
| commit | 480fc38f3cb2ca8539b4f8a073edabe59a16f175 (patch) | |
| tree | 387d8c1490a7e986918b4441670c8fd872f5f804 | |
| parent | 6190990146f1ca0f7982e3b90b4eaf1474d39c9e (diff) | |
Cosmetic: add missing /*FALLTHROUGH*/.
| -rw-r--r-- | sbin/ifconfig/af_inetany.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ifconfig/af_inetany.c b/sbin/ifconfig/af_inetany.c index 8c6ca0f1f61..914798cb17e 100644 --- a/sbin/ifconfig/af_inetany.c +++ b/sbin/ifconfig/af_inetany.c @@ -1,4 +1,4 @@ -/* $NetBSD: af_inetany.c,v 1.9 2008/05/28 17:17:14 dyoung Exp $ */ +/* $NetBSD: af_inetany.c,v 1.10 2008/06/02 23:19:16 dyoung Exp $ */ /*- * Copyright (c) 2008 David Young. All rights reserved. @@ -27,7 +27,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: af_inetany.c,v 1.9 2008/05/28 17:17:14 dyoung Exp $"); +__RCSID("$NetBSD: af_inetany.c,v 1.10 2008/06/02 23:19:16 dyoung Exp $"); #endif /* not lint */ #include <sys/param.h> @@ -131,6 +131,7 @@ commit_address(prop_dictionary_t env, prop_dictionary_t oenv, case IFF_BROADCAST: if (brd != NULL) loadbuf(¶m->brd, brd); + /*FALLTHROUGH*/ case 0: if (mask != NULL) loadbuf(¶m->mask, mask); |
