Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2023 17:49:50 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e63c5c73c17e - stable/13 - Remove $FreeBSD$: alt one-line .c pattern
Message-ID:  <202308231749.37NHnobJ041028@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=e63c5c73c17e6cf867f210860e4e602d9d3a462c

commit e63c5c73c17e6cf867f210860e4e602d9d3a462c
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-08-22 01:31:50 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-08-23 17:43:26 +0000

    Remove $FreeBSD$: alt one-line .c pattern
    
    Remove /^\s*__RCSID\("\$FreeBSD\$"\);\n/
    
    Similar commit in main:
    (cherry picked from commit c8573564095b)
---
 sbin/routed/rtquery/rtquery.c  | 1 -
 usr.bin/nl/nl.c                | 1 -
 usr.sbin/lastlogin/lastlogin.c | 1 -
 3 files changed, 3 deletions(-)

diff --git a/sbin/routed/rtquery/rtquery.c b/sbin/routed/rtquery/rtquery.c
index 490962dd5172..2bd1f0aceaf7 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308231749.37NHnobJ041028>