rcsid style fix.
This commit is contained in:
parent
ff38141eb3
commit
b890c3a828
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user