diff options
Diffstat (limited to 'sys/boot/ia64/libski/module.c')
-rw-r--r-- | sys/boot/ia64/libski/module.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/boot/ia64/libski/module.c b/sys/boot/ia64/libski/module.c index 596add7..0e77cfe 100644 --- a/sys/boot/ia64/libski/module.c +++ b/sys/boot/ia64/libski/module.c @@ -24,10 +24,9 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <stand.h> |