diff options
Diffstat (limited to 'sys/boot/ia64/ski/time.c')
-rw-r--r-- | sys/boot/ia64/ski/time.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/boot/ia64/ski/time.c b/sys/boot/ia64/ski/time.c index 7e49886..b682c2d 100644 --- a/sys/boot/ia64/ski/time.c +++ b/sys/boot/ia64/ski/time.c @@ -38,10 +38,8 @@ * */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <time.h> #include <sys/time.h> |