From 8d900018e737354ad66ccfe561900b5454b50429 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 24 May 2001 08:47:42 +0000 Subject: Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. Do the same for the non-wcs*/wmem* files while I'm here. --- lib/libc/string/strdup.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libc/string/strdup.c') diff --git a/lib/libc/string/strdup.c b/lib/libc/string/strdup.c index a1c2eed..55ba8cc 100644 --- a/lib/libc/string/strdup.c +++ b/lib/libc/string/strdup.c @@ -34,6 +34,10 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ +#ifndef lint +static const char rcsid[] = + "$FreeBSD$"; +#endif #include #include -- cgit v1.1