diff options
Diffstat (limited to 'lib/libc/string/strcpy.c')
-rw-r--r-- | lib/libc/string/strcpy.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/string/strcpy.c b/lib/libc/string/strcpy.c index 5b0ca98fb8b5..432bcc0e9d62 100644 --- a/lib/libc/string/strcpy.c +++ b/lib/libc/string/strcpy.c @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strcpy.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ -#include <sys/cdefs.h> #include <string.h> #ifdef WEAK_STRCPY |