aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-22 01:31:41 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-23 17:43:26 +0000
commit3d497e17ebd33fe0f58d773e35ab994d750258d6 (patch)
treeeb78e480f145df82b587a21d05299b496d5e15ad /bin/ps
parent3bc80996974a61a4223eae4c1ccd47b6ee32a48a (diff)
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/ Similar commit in main: (cherry picked from commit 1d386b48a555)
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/fmt.c2
-rw-r--r--bin/ps/keyword.c2
-rw-r--r--bin/ps/nlist.c2
-rw-r--r--bin/ps/print.c2
-rw-r--r--bin/ps/ps.c2
5 files changed, 0 insertions, 10 deletions
diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c
index c89ea78d7373..c79ef4450afb 100644
--- a/bin/ps/fmt.c
+++ b/bin/ps/fmt.c
@@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fmt.c 8.4 (Berkeley) 4/15/94";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index e78cf984e455..7996bc000e03 100644
--- a/bin/ps/keyword.c
+++ b/bin/ps/keyword.c
@@ -35,8 +35,6 @@ static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/time.h>
#include <sys/resource.h>
diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c
index 5ef56c9dfabc..99cc3b8ad725 100644
--- a/bin/ps/nlist.c
+++ b/bin/ps/nlist.c
@@ -36,8 +36,6 @@ static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <sys/sysctl.h>
diff --git a/bin/ps/print.c b/bin/ps/print.c
index d4dbd9624011..30fbf8ed12de 100644
--- a/bin/ps/print.c
+++ b/bin/ps/print.c
@@ -36,8 +36,6 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/time.h>
#include <sys/resource.h>
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index b4b1c5c01730..769457763beb 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -49,8 +49,6 @@ static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/jail.h>
#include <sys/proc.h>