diff options
Diffstat (limited to 'usr.bin/netstat/ns.c')
-rw-r--r-- | usr.bin/netstat/ns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/ns.c b/usr.bin/netstat/ns.c index 1b924be30609..d6deb339a565 100644 --- a/usr.bin/netstat/ns.c +++ b/usr.bin/netstat/ns.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ns.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/ns.c,v 1.1.1.1.14.1 2001/08/10 09:07:09 ru Exp $"; #endif /* not lint */ #include <sys/param.h> |