summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_m68k.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2009-10-27 23:59:19 +0000
committerderaadt <deraadt@openbsd.org>2009-10-27 23:59:19 +0000
commit043fbe51c197dbbcd422e917b65f765d8b5f8874 (patch)
treef40397532477c8cfb47b06e970b2b31312cba698 /lib/libkvm/kvm_m68k.c
parentusing the rcsid is silly (diff)
downloadwireguard-openbsd-043fbe51c197dbbcd422e917b65f765d8b5f8874.tar.xz
wireguard-openbsd-043fbe51c197dbbcd422e917b65f765d8b5f8874.zip
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
Diffstat (limited to 'lib/libkvm/kvm_m68k.c')
-rw-r--r--lib/libkvm/kvm_m68k.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libkvm/kvm_m68k.c b/lib/libkvm/kvm_m68k.c
index f677789b092..c5fc38508b2 100644
--- a/lib/libkvm/kvm_m68k.c
+++ b/lib/libkvm/kvm_m68k.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kvm_m68k.c,v 1.18 2009/06/20 20:20:43 millert Exp $ */
+/* $OpenBSD: kvm_m68k.c,v 1.19 2009/10/27 23:59:28 deraadt Exp $ */
/* $NetBSD: kvm_m68k.c,v 1.9 1996/05/07 06:09:11 leo Exp $ */
/*-
@@ -34,14 +34,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-#if 0
-static char sccsid[] = "@(#)kvm_hp300.c 8.1 (Berkeley) 6/4/93";
-#else
-static char *rcsid = "$OpenBSD: kvm_m68k.c,v 1.18 2009/06/20 20:20:43 millert Exp $";
-#endif
-#endif /* LIBC_SCCS and not lint */
-
/*
* m68k machine dependent routines for kvm. Hopefully, the forthcoming
* vm code will one day obsolete this module.