diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-12-22 22:25:35 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-12-22 22:25:35 +0000 |
commit | ae4233ff0e48668ead4c98b05ef1e4c699702edc (patch) | |
tree | 491e7c7017ba05e0dedc3420dbbc60f44f732242 /usr.bin | |
parent | 83ae1d7049fe465c8732d8f93b907491103f6530 (diff) |
remove a suplicate comment
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/inet.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 384ea4500e6..622c31a6740 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet.c,v 1.75 2003/12/15 07:11:31 mcbride Exp $ */ +/* $OpenBSD: inet.c,v 1.76 2003/12/22 22:25:34 mickey Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "from: @(#)inet.c 8.4 (Berkeley) 4/20/94"; #else -static char *rcsid = "$OpenBSD: inet.c,v 1.75 2003/12/15 07:11:31 mcbride Exp $"; +static char *rcsid = "$OpenBSD: inet.c,v 1.76 2003/12/22 22:25:34 mickey Exp $"; #endif #endif /* not lint */ @@ -934,9 +934,6 @@ pfsync_stats(u_long off, char *name) /* * Dump IPCOMP statistics structure. */ -/* - * Dump IPCOMP statistics structure. - */ void ipcomp_stats(u_long off, char *name) { |