diff options
Diffstat (limited to 'lib/libc/i386/string/strcat.S')
-rw-r--r-- | lib/libc/i386/string/strcat.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/i386/string/strcat.S b/lib/libc/i386/string/strcat.S index 835a7e9ccf48..951aebadd724 100644 --- a/lib/libc/i386/string/strcat.S +++ b/lib/libc/i386/string/strcat.S @@ -29,8 +29,6 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); - /* * strcat(s, append) * append a copy of the null-terminated string "append" to the end |