diff options
-rw-r--r-- | usr.bin/netstat/inet.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index cf6ca0a2848..589f6b8c9cd 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet.c,v 1.93 2005/03/25 17:01:03 jaredy Exp $ */ +/* $OpenBSD: inet.c,v 1.94 2005/03/30 17:45:36 deraadt 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 const char *rcsid = "$OpenBSD: inet.c,v 1.93 2005/03/25 17:01:03 jaredy Exp $"; +static const char *rcsid = "$OpenBSD: inet.c,v 1.94 2005/03/30 17:45:36 deraadt Exp $"; #endif #endif /* not lint */ @@ -944,7 +944,7 @@ carp_stats(u_long off, char *name) #undef p2 } -/* +/* * Dump pfsync statistics structure. */ void |