From 0b698188f7f22d795130666021db100cca329adc Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 9 Apr 2010 06:36:05 +0200 Subject: [PATCH] rcorder(8): Remove __RCSID & friends. --- sbin/rcorder/ealloc.c | 6 ------ sbin/rcorder/hash.c | 14 -------------- 2 files changed, 20 deletions(-) diff --git a/sbin/rcorder/ealloc.c b/sbin/rcorder/ealloc.c index 649a961d93..afea717123 100644 --- a/sbin/rcorder/ealloc.c +++ b/sbin/rcorder/ealloc.c @@ -36,14 +36,8 @@ * SUCH DAMAGE. * * $NetBSD: ealloc.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ - * $DragonFly: src/sbin/rcorder/ealloc.c,v 1.3 2003/11/01 17:16:01 drhodus Exp $ */ -#include -#ifndef lint -__RCSID("$NetBSD: ealloc.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $"); -#endif /* not lint */ - #include #include #include diff --git a/sbin/rcorder/hash.c b/sbin/rcorder/hash.c index c28a420f5b..357920812e 100644 --- a/sbin/rcorder/hash.c +++ b/sbin/rcorder/hash.c @@ -36,22 +36,8 @@ * SUCH DAMAGE. * * $NetBSD: hash.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ - * $DragonFly: src/sbin/rcorder/hash.c,v 1.5 2004/12/18 21:43:40 swildner Exp $ */ -#ifdef MAKE_BOOTSTRAP -static char rcsid[] = "$NetBSD: hash.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $"; -#else -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: hash.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $"); -#endif -#endif /* not lint */ -#endif - #include #include -- 2.41.0