diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2023-11-27 16:47:30 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2023-11-27 16:47:30 +0000 |
| commit | 78e6a1bd063884ae2c42256bcaee6824efbcfbc8 (patch) | |
| tree | 597887b0cf39eb57ba8aae064f68eaa633bba3c6 | |
| parent | 3f944f3bb75fe6eae6000511ad19799d90da54ba (diff) | |
pnpinfo: remove locally added __FBSDID
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D42702
| -rw-r--r-- | contrib/pnpinfo/pnpinfo.c | 3 |
1 files changed, 0 insertions, 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> |
