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.bin/bsdiff | |
| parent | 685dc743dc3b5645e34836464128e1c0558b404b (diff) | |
Diffstat (limited to 'usr.bin/bsdiff')
| -rw-r--r-- | usr.bin/bsdiff/bsdiff/bsdiff.c | 2 | ||||
| -rw-r--r-- | usr.bin/bsdiff/bspatch/bspatch.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/bsdiff/bsdiff/bsdiff.c b/usr.bin/bsdiff/bsdiff/bsdiff.c index a1f51dbc9a64..9836b8ee96f4 100644 --- a/usr.bin/bsdiff/bsdiff/bsdiff.c +++ b/usr.bin/bsdiff/bsdiff/bsdiff.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <bzlib.h> diff --git a/usr.bin/bsdiff/bspatch/bspatch.c b/usr.bin/bsdiff/bspatch/bspatch.c index b7abdfb88d4a..a596ab1837dd 100644 --- a/usr.bin/bsdiff/bspatch/bspatch.c +++ b/usr.bin/bsdiff/bspatch/bspatch.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef WITHOUT_CAPSICUM #include <sys/capsicum.h> #endif |
