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/fseek.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/libc/stdio/fseek.c') diff --git a/lib/libc/stdio/fseek.c b/lib/libc/stdio/fseek.c index 2b272256447..035ac7918c3 100644 --- a/lib/libc/stdio/fseek.c +++ b/lib/libc/stdio/fseek.c @@ -1,5 +1,3 @@ -/* $NetBSD: fseek.c,v 1.8 1995/03/05 06:56:09 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[] = "@(#)fseek.c 8.3 (Berkeley) 1/2/94"; -#endif -static char rcsid[] = "$NetBSD: fseek.c,v 1.8 1995/03/05 06:56:09 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fseek.c,v 1.2 1996/08/19 08:32:46 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include -- cgit v1.2.3