From d7398a270c9cd1b7b4d545ed70ea24384781a86c Mon Sep 17 00:00:00 2001 From: espie <> Date: Mon, 8 Aug 2005 08:05:37 +0000 Subject: zap remaining rcsid. Kill old files that are no longer compiled. okay theo --- src/lib/libc/string/strdup.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/lib/libc/string/strdup.c') diff --git a/src/lib/libc/string/strdup.c b/src/lib/libc/string/strdup.c index bbea59888c..a6aa1e03b0 100644 --- a/src/lib/libc/string/strdup.c +++ b/src/lib/libc/string/strdup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strdup.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */ +/* $OpenBSD: strdup.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1988, 1993 @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93"; -#else -static char *rcsid = "$OpenBSD: strdup.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include #include -- cgit v1.2.3-55-g6feb