git: a9bc0a5a0885 - stable/14 - pnpinfo: remove locally added __FBSDID
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Dec 2023 23:22:55 UTC
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>