diff options
Diffstat (limited to 'lib/libc/string/strdup.c')
-rw-r--r-- | lib/libc/string/strdup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/string/strdup.c b/lib/libc/string/strdup.c index 45ed95c2ea9d..3e6849abe12c 100644 --- a/lib/libc/string/strdup.c +++ b/lib/libc/string/strdup.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stddef.h> #include <stdlib.h> #include <string.h> |