Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2023 16:48:52 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 78e6a1bd0638 - main - pnpinfo: remove locally added __FBSDID
Message-ID:  <202311271648.3ARGmq1F030546@gitrepo.freebsd.org>

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

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

commit 78e6a1bd063884ae2c42256bcaee6824efbcfbc8
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-11-27 16:47:30 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-11-27 16:47:30 +0000

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

diff --git a/contrib/pnpinfo/pnpinfo.c b/contrib/pnpinfo/pnpinfo.c
index 4ec99b3b27e1..4a91006cebff 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?202311271648.3ARGmq1F030546>