diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:23 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:23 +0000 |
| commit | 42b388439bd3795e09258c57a74ce9eec3651c7b (patch) | |
| tree | 1d8d03d10e117521cadd8f29bc6ddffdb8bbcc07 /bin/ls | |
| parent | 2ff63af9b88c7413b7d71715b5532625752a248e (diff) | |
Diffstat (limited to 'bin/ls')
| -rw-r--r-- | bin/ls/extern.h | 1 | ||||
| -rw-r--r-- | bin/ls/ls.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bin/ls/extern.h b/bin/ls/extern.h index 0e577a885474..c3a4eafc353d 100644 --- a/bin/ls/extern.h +++ b/bin/ls/extern.h @@ -29,7 +29,6 @@ * SUCH DAMAGE. * * from: @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ */ #include <stdbool.h> diff --git a/bin/ls/ls.h b/bin/ls/ls.h index 1f19858720bf..79e917545386 100644 --- a/bin/ls/ls.h +++ b/bin/ls/ls.h @@ -32,7 +32,6 @@ * SUCH DAMAGE. * * from: @(#)ls.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ */ #define NO_PRINT 1 |
