aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:53 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:53 +0000
commitc8573564095b38930196396702b606f52b20c957 (patch)
treedb506e9df24ae48789f80f3d9116b45ac2a07afc
parentda5432eda807c4b7232d030d5157d5b417ea4f52 (diff)
downloadsrc-c8573564095b38930196396702b606f52b20c957.tar.gz
src-c8573564095b38930196396702b606f52b20c957.zip
Remove $FreeBSD$: alt one-line .c pattern
Remove /^\s*__RCSID\("\$FreeBSD\$"\);\n/
-rw-r--r--sbin/routed/rtquery/rtquery.c1
-rw-r--r--usr.bin/nl/nl.c1
-rw-r--r--usr.sbin/lastlogin/lastlogin.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/sbin/routed/rtquery/rtquery.c b/sbin/routed/rtquery/rtquery.c
index f4b8fe41d190..24c01a8ac308 100644
--- a/sbin/routed/rtquery/rtquery.c
+++ b/sbin/routed/rtquery/rtquery.c
@@ -62,7 +62,6 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n"
#ifdef __NetBSD__
__RCSID("$NetBSD$");
#elif defined(__FreeBSD__)
-__RCSID("$FreeBSD$");
#else
__RCSID("$Revision: 2.26 $");
#ident "$Revision: 2.26 $"
diff --git a/usr.bin/nl/nl.c b/usr.bin/nl/nl.c
index f0743074f30d..de4314155ff1 100644
--- a/usr.bin/nl/nl.c
+++ b/usr.bin/nl/nl.c
@@ -34,7 +34,6 @@
__COPYRIGHT(
"@(#) Copyright (c) 1999\
The NetBSD Foundation, Inc. All rights reserved.");
-__RCSID("$FreeBSD$");
#endif
#include <sys/types.h>
diff --git a/usr.sbin/lastlogin/lastlogin.c b/usr.sbin/lastlogin/lastlogin.c
index 35aee1dcb2c5..a1dcde3f60bf 100644
--- a/usr.sbin/lastlogin/lastlogin.c
+++ b/usr.sbin/lastlogin/lastlogin.c
@@ -35,7 +35,6 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$FreeBSD$");
__RCSID("$NetBSD: lastlogin.c,v 1.4 1998/02/03 04:45:35 perry Exp $");
#endif