diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-29 01:58:56 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-29 01:58:56 +0000 |
commit | 0584185e7c4788adcb1afaf1b86184ddefc5205e (patch) | |
tree | ac4de1476bc33075bf11333d1f8958fc9ac2aefe /usr.bin/netstat | |
parent | 7260d3cfea4d27edbeeb8d4fcdd130f507073558 (diff) |
$OpenBSD$
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r-- | usr.bin/netstat/atalk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c index d57aa91b3bf..2a104fb0b88 100644 --- a/usr.bin/netstat/atalk.c +++ b/usr.bin/netstat/atalk.c @@ -1,3 +1,4 @@ +/* $OpenBSD: atalk.c,v 1.3 2001/01/29 01:58:13 niklas Exp $ */ /* $NetBSD: atalk.c,v 1.2 1997/05/22 17:21:26 christos Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "from @(#)atalk.c 1.1 (Whistle) 6/6/96"; #else -static char rcsid[] = "$NetBSD: atalk.c,v 1.2 1997/05/22 17:21:26 christos Exp $"; +static char rcsid[] = "$OpenBSD: atalk.c,v 1.3 2001/01/29 01:58:13 niklas Exp $"; #endif #endif /* not lint */ |