diff options
Diffstat (limited to 'usr.sbin/pkg_install/lib/msg.c')
| -rw-r--r-- | usr.sbin/pkg_install/lib/msg.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr.sbin/pkg_install/lib/msg.c b/usr.sbin/pkg_install/lib/msg.c index adff123adc21..5b17624016d0 100644 --- a/usr.sbin/pkg_install/lib/msg.c +++ b/usr.sbin/pkg_install/lib/msg.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. @@ -17,13 +12,15 @@ static const char rcsid[] = * documentation and/or other materials provided with the distribution. * * Jordan K. Hubbard - * 18 July 1993 * * Miscellaneous message routines. * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "lib.h" #include <err.h> #include <paths.h> |
