From e05d77aaf17452bebe333901f1acfad893fa05a7 Mon Sep 17 00:00:00 2001 From: tholo <> Date: Mon, 19 Aug 1996 08:34:30 +0000 Subject: Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly --- src/lib/libc/string/__strerror.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libc/string/__strerror.c') diff --git a/src/lib/libc/string/__strerror.c b/src/lib/libc/string/__strerror.c index 2642e85460..c27cb8492b 100644 --- a/src/lib/libc/string/__strerror.c +++ b/src/lib/libc/string/__strerror.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strerror.c 5.6 (Berkeley) 5/4/91";*/ -static char *rcsid = "$Id: __strerror.c,v 1.2 1996/01/29 02:04:11 deraadt Exp $"; +static char *rcsid = "$OpenBSD: __strerror.c,v 1.3 1996/08/19 08:33:55 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #ifdef NLS -- cgit v1.2.3-55-g6feb