From 752ff8fb6caa0804c7087628a4abd895d105e052 Mon Sep 17 00:00:00 2001 From: jtc Date: Thu, 15 Jun 1995 00:07:11 +0000 Subject: don't include , it's a 'private' header --- lib/libc/string/strcmp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/string/strcmp.c') diff --git a/lib/libc/string/strcmp.c b/lib/libc/string/strcmp.c index 129a23f4338..5c77270532b 100644 --- a/lib/libc/string/strcmp.c +++ b/lib/libc/string/strcmp.c @@ -36,10 +36,9 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)strcmp.c 5.5 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strcmp.c,v 1.3 1993/08/26 00:51:47 jtc Exp $"; +static char *rcsid = "$Id: strcmp.c,v 1.4 1995/06/15 00:07:40 jtc Exp $"; #endif /* LIBC_SCCS and not lint */ -#include #include /* -- cgit