diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /usr.bin/netstat/ns.c | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'usr.bin/netstat/ns.c')
| -rw-r--r-- | usr.bin/netstat/ns.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/netstat/ns.c b/usr.bin/netstat/ns.c index 8bdc89cfe3c4..2258b9abdbed 100644 --- a/usr.bin/netstat/ns.c +++ b/usr.bin/netstat/ns.c @@ -32,7 +32,9 @@ */ #ifndef lint -static char sccsid[] = "@(#)ns.c 5.13 (Berkeley) 3/1/91"; +/* From: static char sccsid[] = "@(#)ns.c 5.13 (Berkeley) 3/1/91"; */ +static const char ns_c_rcsid[] = + "$Id: ns.c,v 1.2 1993/11/17 20:19:24 wollman Exp $"; #endif /* not lint */ #include <sys/param.h> |
