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/env | |
| parent | 685dc743dc3b5645e34836464128e1c0558b404b (diff) | |
Diffstat (limited to 'usr.bin/env')
| -rw-r--r-- | usr.bin/env/env.c | 2 | ||||
| -rw-r--r-- | usr.bin/env/envopts.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index 4c4e36d12075..784caa76063e 100644 --- a/usr.bin/env/env.c +++ b/usr.bin/env/env.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <err.h> diff --git a/usr.bin/env/envopts.c b/usr.bin/env/envopts.c index 3834385f3139..8b8df5b47e71 100644 --- a/usr.bin/env/envopts.c +++ b/usr.bin/env/envopts.c @@ -31,8 +31,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/stat.h> #include <sys/param.h> #include <err.h> |
