rcsid style fix.

This commit is contained in:
obrien 2001-05-09 01:38:28 +00:00
parent ff38141eb3
commit b890c3a828

View File

@ -1,8 +1,3 @@
#ifndef lint
static const char rcsid[] =
"$FreeBSD$";
#endif
/*
*
* FreeBSD install - a package for the installation and maintainance
@ -21,9 +16,13 @@ static const char rcsid[] =
* 18 July 1993
*
* This is the add module.
*
*/
#ifndef lint
static const char rcsid[] =
"$FreeBSD$";
#endif
#include <err.h>
#include <sys/param.h>
#include <sys/utsname.h>