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