From 043fbe51c197dbbcd422e917b65f765d8b5f8874 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 27 Oct 2009 23:59:19 +0000 Subject: 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 --- lib/libkvm/kvm_i386.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'lib/libkvm/kvm_i386.c') diff --git a/lib/libkvm/kvm_i386.c b/lib/libkvm/kvm_i386.c index 815417c6c2d..78faab55c3d 100644 --- a/lib/libkvm/kvm_i386.c +++ b/lib/libkvm/kvm_i386.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_i386.c,v 1.20 2007/02/20 21:15:00 tom Exp $ */ +/* $OpenBSD: kvm_i386.c,v 1.21 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: kvm_i386.c,v 1.9 1996/03/18 22:33:38 thorpej 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_i386.c,v 1.20 2007/02/20 21:15:00 tom Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - /* * i386 machine dependent routines for kvm. Hopefully, the forthcoming * vm code will one day obsolete this module. -- cgit v1.2.3-59-g8ed1b