diff options
Diffstat (limited to 'sys/boot/ia64/efi/main.c')
-rw-r--r-- | sys/boot/ia64/efi/main.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/boot/ia64/efi/main.c b/sys/boot/ia64/efi/main.c index bc1c044..58b9620 100644 --- a/sys/boot/ia64/efi/main.c +++ b/sys/boot/ia64/efi/main.c @@ -25,10 +25,8 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <stand.h> #include <string.h> |