diff options
Diffstat (limited to 'src/lib/libc/string/strdup.c')
-rw-r--r-- | src/lib/libc/string/strdup.c | 10 |
1 files changed, 1 insertions, 9 deletions
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 @@ | |||
1 | /* $OpenBSD: strdup.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */ | 1 | /* $OpenBSD: strdup.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1988, 1993 | 4 | * Copyright (c) 1988, 1993 |
@@ -29,14 +29,6 @@ | |||
29 | * SUCH DAMAGE. | 29 | * SUCH DAMAGE. |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | #if 0 | ||
34 | static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93"; | ||
35 | #else | ||
36 | static char *rcsid = "$OpenBSD: strdup.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; | ||
37 | #endif | ||
38 | #endif /* LIBC_SCCS and not lint */ | ||
39 | |||
40 | #include <sys/types.h> | 32 | #include <sys/types.h> |
41 | 33 | ||
42 | #include <stddef.h> | 34 | #include <stddef.h> |