diff options
Diffstat (limited to 'lib/libc/i386/string/strcmp.S')
-rw-r--r-- | lib/libc/i386/string/strcmp.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/i386/string/strcmp.S b/lib/libc/i386/string/strcmp.S index 045e95a..0860fc9 100644 --- a/lib/libc/i386/string/strcmp.S +++ b/lib/libc/i386/string/strcmp.S @@ -28,12 +28,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_RCS) && !defined(lint) - .text - .asciz "$FreeBSD$" -#endif /* LIBC_RCS and not lint */ - #include <machine/asm.h> +__FBSDID("$FreeBSD$"); /* * strcmp(s1, s2) |