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/io.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'adventure/io.c') diff --git a/adventure/io.c b/adventure/io.c index c6ae4fe5..feb52c5d 100644 --- a/adventure/io.c +++ b/adventure/io.c @@ -1,3 +1,5 @@ +/* $NetBSD: io.c,v 1.2 1995/03/21 12:05:05 cgd Exp $ */ + /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,7 +39,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: io.c,v 1.2 1995/03/21 12:05:05 cgd Exp $"; +#endif #endif /* not lint */ /* Re-coding of advent in C: file i/o and user i/o */ -- cgit v1.2.3