Remove a duplicate definition of the __FBSDID macro.
This commit is contained in:
parent
5c5994bd15
commit
2521c07307
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user