diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2006-04-21 23:09:35 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2006-04-21 23:09:35 +0000 |
commit | 66a3e6581c21c7bb0f662336083e44af48f0505b (patch) | |
tree | c2573533e80bd37e8eff8eff54725635ab704ac2 /usr.sbin/tcpdump/print-ospf6.c | |
parent | 6fa6aef2e52665b8b0a00f92fefea440bc96eb11 (diff) |
Add comments to please lint. No code changes. OK deraadt
Diffstat (limited to 'usr.sbin/tcpdump/print-ospf6.c')
-rw-r--r-- | usr.sbin/tcpdump/print-ospf6.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/print-ospf6.c b/usr.sbin/tcpdump/print-ospf6.c index b2db6fc1981..719c8b2299a 100644 --- a/usr.sbin/tcpdump/print-ospf6.c +++ b/usr.sbin/tcpdump/print-ospf6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-ospf6.c,v 1.2 2000/05/05 12:32:09 jakob Exp $ */ +/* $OpenBSD: print-ospf6.c,v 1.3 2006/04/21 23:09:34 cloder Exp $ */ /* @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-ospf6.c,v 1.2 2000/05/05 12:32:09 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-ospf6.c,v 1.3 2006/04/21 23:09:34 cloder Exp $ (LBL)"; #endif #ifdef INET6 @@ -294,7 +294,7 @@ ospf6_print_lsa(register const struct lsa *lsap) case RLA_TYPE_VIRTUAL: printf(" virt"); - /* Fall through */ + /* FALLTHROUGH */ case RLA_TYPE_ROUTER: printf(" nbrid %s nbrif %s if %s", |