diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
commit | 1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch) | |
tree | 41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /usr.sbin/ofwdump | |
parent | 685dc743dc3b5645e34836464128e1c0558b404b (diff) | |
download | src-1d386b48a555f61cb7325543adbbb5c3f3407a66.tar.gz src-1d386b48a555f61cb7325543adbbb5c3f3407a66.zip |
Diffstat (limited to 'usr.sbin/ofwdump')
-rw-r--r-- | usr.sbin/ofwdump/ofw_util.c | 2 | ||||
-rw-r--r-- | usr.sbin/ofwdump/ofwdump.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/ofwdump/ofw_util.c b/usr.sbin/ofwdump/ofw_util.c index 71361d452511..2f90eb1652c0 100644 --- a/usr.sbin/ofwdump/ofw_util.c +++ b/usr.sbin/ofwdump/ofw_util.c @@ -24,8 +24,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <sys/ioctl.h> diff --git a/usr.sbin/ofwdump/ofwdump.c b/usr.sbin/ofwdump/ofwdump.c index 6bca1ac839ab..f2bcad8b7c1f 100644 --- a/usr.sbin/ofwdump/ofwdump.c +++ b/usr.sbin/ofwdump/ofwdump.c @@ -24,8 +24,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <dev/ofw/openfirm.h> #include <dev/ofw/openfirmio.h> |