diff options
Diffstat (limited to 'usr.sbin/pkg_install/lib/global.c')
| -rw-r--r-- | usr.sbin/pkg_install/lib/global.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/pkg_install/lib/global.c b/usr.sbin/pkg_install/lib/global.c index 513cf4152819..291f48b42552 100644 --- a/usr.sbin/pkg_install/lib/global.c +++ b/usr.sbin/pkg_install/lib/global.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. @@ -24,6 +19,9 @@ static const char rcsid[] = * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "lib.h" /* These are global for all utils */ |
