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