summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-01 09:39:07 +0000
committerobrien <obrien@FreeBSD.org>2002-04-01 09:39:07 +0000
commit9b7ede4f37878ce4567a844259e9366c99f1973e (patch)
treed3e824d04d50287eea88a0c8070800e2ffc59b73 /usr.sbin/pkg_install/create
parentabe18c89276c7e5efd57ef63215ce7ead9eb7578 (diff)
downloadFreeBSD-src-9b7ede4f37878ce4567a844259e9366c99f1973e.zip
FreeBSD-src-9b7ede4f37878ce4567a844259e9366c99f1973e.tar.gz
Fix SCM ID's.
Diffstat (limited to 'usr.sbin/pkg_install/create')
-rw-r--r--usr.sbin/pkg_install/create/main.c8
-rw-r--r--usr.sbin/pkg_install/create/perform.c8
-rw-r--r--usr.sbin/pkg_install/create/pl.c8
3 files changed, 9 insertions, 15 deletions
diff --git a/usr.sbin/pkg_install/create/main.c b/usr.sbin/pkg_install/create/main.c
index 395eb4a..7b1248a 100644
--- a/usr.sbin/pkg_install/create/main.c
+++ b/usr.sbin/pkg_install/create/main.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.
@@ -14,6 +9,9 @@ static const char rcsid[] =
*
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <err.h>
#include "lib.h"
#include "create.h"
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index 2aa7e85..bc2a391 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.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.
@@ -23,6 +18,9 @@ static const char rcsid[] =
*
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "lib.h"
#include "create.h"
diff --git a/usr.sbin/pkg_install/create/pl.c b/usr.sbin/pkg_install/create/pl.c
index a12ce62..eb4076b 100644
--- a/usr.sbin/pkg_install/create/pl.c
+++ b/usr.sbin/pkg_install/create/pl.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.
@@ -23,6 +18,9 @@ static const char rcsid[] =
*
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "lib.h"
#include "create.h"
#include <errno.h>
OpenPOWER on IntegriCloud