Undefine __FBSDID before defining it as it's already defined at

that point.
This commit is contained in:
marcel 2002-03-24 10:28:04 +00:00
parent 137850f489
commit 985de052a1

View File

@ -207,6 +207,7 @@ label: ASCIZ msg; \
#endif /* _KERNEL */
#undef __FBSDID
#if !defined(lint) && !defined(STRIP_FBSDID)
#define __FBSDID(s) .ident s
#else