From affbf9f6ccf3932cabfe781b99f7d654a597254c Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 21 Mar 1995 12:04:53 +0000 Subject: clean up RCS ids --- adventure/crc.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'adventure/crc.c') diff --git a/adventure/crc.c b/adventure/crc.c index f6293259..45e43036 100644 --- a/adventure/crc.c +++ b/adventure/crc.c @@ -1,3 +1,5 @@ +/* $NetBSD: crc.c,v 1.2 1995/03/21 12:04:59 cgd Exp $ */ + /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -35,8 +37,12 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)crc.c 8.1 (Berkeley) 5/31/93"; static char ORIGINAL_sccsid[] = "@(#)crc.c 5.2 (Berkeley) 4/4/91"; +#else +static char rcsid[] = "$NetBSD: crc.c,v 1.2 1995/03/21 12:04:59 cgd Exp $"; +#endif #endif /* not lint */ typedef unsigned long u_long; -- cgit v1.2.3-56-ge451