summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_file.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-05 14:56:34 +0000
committerderaadt <deraadt@openbsd.org>1996-05-05 14:56:34 +0000
commit15f0ebb07559326692b6c475dd1bc53c9862ac8e (patch)
treee9389ddbb06e43460301bc2d6eef509d38723d42 /lib/libkvm/kvm_file.c
parentadd general ether_ioctl call in net/if_ethersubr.c, (diff)
downloadwireguard-openbsd-15f0ebb07559326692b6c475dd1bc53c9862ac8e.tar.xz
wireguard-openbsd-15f0ebb07559326692b6c475dd1bc53c9862ac8e.zip
sync with 0430
Diffstat (limited to 'lib/libkvm/kvm_file.c')
-rw-r--r--lib/libkvm/kvm_file.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libkvm/kvm_file.c b/lib/libkvm/kvm_file.c
index bd6737430f8..edc8a47c42b 100644
--- a/lib/libkvm/kvm_file.c
+++ b/lib/libkvm/kvm_file.c
@@ -1,3 +1,6 @@
+/* $OpenBSD: kvm_file.c,v 1.2 1996/05/05 14:56:58 deraadt Exp $ */
+/* $NetBSD: kvm_file.c,v 1.5 1996/03/18 22:33:18 thorpej Exp $ */
+
/*-
* Copyright (c) 1989, 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,7 +35,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
+#if 0
static char sccsid[] = "@(#)kvm_file.c 8.1 (Berkeley) 6/4/93";
+#else
+static char *rcsid = "$OpenBSD: kvm_file.c,v 1.2 1996/05/05 14:56:58 deraadt Exp $";
+#endif
#endif /* LIBC_SCCS and not lint */
/*