summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/unix.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-06-26 05:31:08 +0000
committerderaadt <deraadt@openbsd.org>1996-06-26 05:31:08 +0000
commit1258a77d10860d0a1d2b89bfaa6653ced2930912 (patch)
treed5b976ba9db15bd1729a26b8250b64db1ca31347 /usr.bin/netstat/unix.c
parent[1] add new rxso passing structure to if_atm.h (diff)
downloadwireguard-openbsd-1258a77d10860d0a1d2b89bfaa6653ced2930912.tar.xz
wireguard-openbsd-1258a77d10860d0a1d2b89bfaa6653ced2930912.zip
rcsid
Diffstat (limited to 'usr.bin/netstat/unix.c')
-rw-r--r--usr.bin/netstat/unix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c
index 6b6388b5b4e..9726aa6fe8c 100644
--- a/usr.bin/netstat/unix.c
+++ b/usr.bin/netstat/unix.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: unix.c,v 1.2 1996/06/26 05:37:26 deraadt Exp $ */
/* $NetBSD: unix.c,v 1.13 1995/10/03 21:42:48 thorpej Exp $ */
/*-
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "from: @(#)unix.c 8.1 (Berkeley) 6/6/93";
#else
-static char *rcsid = "$NetBSD: unix.c,v 1.13 1995/10/03 21:42:48 thorpej Exp $";
+static char *rcsid = "$OpenBSD: unix.c,v 1.2 1996/06/26 05:37:26 deraadt Exp $";
#endif
#endif /* not lint */