diff options
Diffstat (limited to 'lib/libc/string/strdup.c')
-rw-r--r-- | lib/libc/string/strdup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/string/strdup.c b/lib/libc/string/strdup.c index 27ede441102..74c462d2411 100644 --- a/lib/libc/string/strdup.c +++ b/lib/libc/string/strdup.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strdup.c 5.4 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: strdup.c,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strdup.c,v 1.2 1996/08/19 08:34:16 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> |