diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-23 02:44:19 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-23 02:44:19 +0000 |
| commit | c04447ba036a1a1edc8afeb5a4eaece51da9721c (patch) | |
| tree | d03bd1b265e1f88a24488c08b42c94677d9b3b85 /lib/libc/i386/string/memcmp.S | |
| parent | 0f4f02856de830ee021e8e9c63883ba7ea0d6497 (diff) | |
Notes
Diffstat (limited to 'lib/libc/i386/string/memcmp.S')
| -rw-r--r-- | lib/libc/i386/string/memcmp.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/i386/string/memcmp.S b/lib/libc/i386/string/memcmp.S index 3a7d0f8e290f..8aa2f4ea0413 100644 --- a/lib/libc/i386/string/memcmp.S +++ b/lib/libc/i386/string/memcmp.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$"); /* * memcmp (void *b1, void *b2, size_t len) |
