diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-22 01:31:41 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:26 +0000 |
| commit | 3d497e17ebd33fe0f58d773e35ab994d750258d6 (patch) | |
| tree | eb78e480f145df82b587a21d05299b496d5e15ad /usr.bin/ipcs | |
| parent | 3bc80996974a61a4223eae4c1ccd47b6ee32a48a (diff) | |
Diffstat (limited to 'usr.bin/ipcs')
| -rw-r--r-- | usr.bin/ipcs/ipc.c | 2 | ||||
| -rw-r--r-- | usr.bin/ipcs/ipcs.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/ipcs/ipc.c b/usr.bin/ipcs/ipc.c index d48389dd54bb..0729f27e5945 100644 --- a/usr.bin/ipcs/ipc.c +++ b/usr.bin/ipcs/ipc.c @@ -31,8 +31,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <sys/sysctl.h> #define _WANT_SYSVMSG_INTERNALS diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index cc1884ad0e0b..bcb4f1953fa1 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -28,8 +28,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/proc.h> #define _WANT_SYSVMSG_INTERNALS |
