summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/delete
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/delete
parentabe18c89276c7e5efd57ef63215ce7ead9eb7578 (diff)
downloadFreeBSD-src-9b7ede4f37878ce4567a844259e9366c99f1973e.zip
FreeBSD-src-9b7ede4f37878ce4567a844259e9366c99f1973e.tar.gz
Fix SCM ID's.
Diffstat (limited to 'usr.sbin/pkg_install/delete')
-rw-r--r--usr.sbin/pkg_install/delete/main.c8
-rw-r--r--usr.sbin/pkg_install/delete/perform.c8
2 files changed, 6 insertions, 10 deletions
diff --git a/usr.sbin/pkg_install/delete/main.c b/usr.sbin/pkg_install/delete/main.c
index b537ebd..dcac1d6 100644
--- a/usr.sbin/pkg_install/delete/main.c
+++ b/usr.sbin/pkg_install/delete/main.c
@@ -1,8 +1,3 @@
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
-
/*
*
* FreeBSD install - a package for the installation and maintainance
@@ -24,6 +19,9 @@ static const char rcsid[] =
*
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include <sys/stat.h>
#include <err.h>
diff --git a/usr.sbin/pkg_install/delete/perform.c b/usr.sbin/pkg_install/delete/perform.c
index dfe7c91..77635ef 100644
--- a/usr.sbin/pkg_install/delete/perform.c
+++ b/usr.sbin/pkg_install/delete/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 <err.h>
#include "lib.h"
#include "delete.h"
OpenPOWER on IntegriCloud