From d7615c200c61c89d6c4f97de1e3abf99bb759de9 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Mon, 19 Aug 1996 08:35:14 +0000 Subject: Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly --- lib/libc/stdio/feof.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/libc/stdio/feof.c') diff --git a/lib/libc/stdio/feof.c b/lib/libc/stdio/feof.c index 77e1588aa25..2186465fc7a 100644 --- a/lib/libc/stdio/feof.c +++ b/lib/libc/stdio/feof.c @@ -1,5 +1,3 @@ -/* $NetBSD: feof.c,v 1.5 1995/02/02 02:09:06 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)feof.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: feof.c,v 1.5 1995/02/02 02:09:06 jtc Exp $"; +static char rcsid[] = "$OpenBSD: feof.c,v 1.2 1996/08/19 08:32:22 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include -- cgit v1.2.3