Remove a duplicate definition of the __FBSDID macro.

This commit is contained in:
benno 2003-01-27 04:24:57 +00:00
parent 5c5994bd15
commit 2521c07307

View File

@ -77,12 +77,6 @@
#define RCSID(x) .text; .asciz x
#if !defined(lint) && !defined(STRIP_FBSDID)
#define __FBSDID(s) .ident s
#else
#define __FBSDID(s) /* nothing */
#endif /* not lint and not STRIP_FBSDID */
#define WEAK_ALIAS(alias,sym) \
.weak alias; \
alias = sym