diff options
Diffstat (limited to 'usr.sbin/pkg_install/lib/version.c')
| -rw-r--r-- | usr.sbin/pkg_install/lib/version.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/pkg_install/lib/version.c b/usr.sbin/pkg_install/lib/version.c index 1348fe8a52e0..dca95cce6932 100644 --- a/usr.sbin/pkg_install/lib/version.c +++ b/usr.sbin/pkg_install/lib/version.c @@ -1,8 +1,3 @@ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif - /* * FreeBSD install - a package for the installation and maintainance * of non-core utilities. @@ -29,6 +24,9 @@ static const char rcsid[] = * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "lib.h" #include <err.h> |
