Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2023 23:22:55 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a9bc0a5a0885 - stable/14 - pnpinfo: remove locally added __FBSDID
Message-ID:  <202312132322.3BDNMt5k024787@gitrepo.freebsd.org>

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

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

commit a9bc0a5a08852a9572ea90ef6ab294b246705b5c
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-11-27 16:47:30 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-12-13 23:08:50 +0000

    pnpinfo: remove locally added __FBSDID
    
    Reviewed by:    imp
    Differential Revision:  https://reviews.freebsd.org/D42702
    
    (cherry picked from commit 78e6a1bd063884ae2c42256bcaee6824efbcfbc8)
---
 contrib/pnpinfo/pnpinfo.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/contrib/pnpinfo/pnpinfo.c b/contrib/pnpinfo/pnpinfo.c
index e13ea0d99f57..29f4eb79cbc3 100644
--- a/contrib/pnpinfo/pnpinfo.c
+++ b/contrib/pnpinfo/pnpinfo.c
@@ -24,9 +24,6 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
 #include <sys/time.h>
 
 #include <err.h>



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