From d6f987883e262363e2689803a36a7c32736476cc Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 28 Oct 2009 00:00:00 +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.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'lib/libkvm/kvm.c') diff --git a/lib/libkvm/kvm.c b/lib/libkvm/kvm.c index ca04ff4d731..5e4ec0ab34f 100644 --- a/lib/libkvm/kvm.c +++ b/lib/libkvm/kvm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm.c,v 1.47 2009/06/07 03:09:34 millert Exp $ */ +/* $OpenBSD: kvm.c,v 1.48 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: kvm.c,v 1.43 1996/05/05 04:31:59 gwr Exp $ */ /*- @@ -34,14 +34,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)kvm.c 8.2 (Berkeley) 2/13/94"; -#else -static char *rcsid = "$OpenBSD: kvm.c,v 1.47 2009/06/07 03:09:34 millert Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include #include #include -- cgit v1.2.3