diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-11-24 07:45:36 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:58 +0000 |
| commit | 0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481 (patch) | |
| tree | e836579391da07fc3e031fa54e4264d9666f68f9 /usr.bin/basename | |
| parent | 5b31cc94b10d4bb7109c6b27940a0fc76a44a331 (diff) | |
Diffstat (limited to 'usr.bin/basename')
| -rw-r--r-- | usr.bin/basename/basename.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/basename/basename.c b/usr.bin/basename/basename.c index 354f9f4542fe..31d7c2ab4175 100644 --- a/usr.bin/basename/basename.c +++ b/usr.bin/basename/basename.c @@ -29,16 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1991, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif - -#if 0 -#endif - -#include <sys/cdefs.h> #include <capsicum_helpers.h> #include <err.h> #include <libgen.h> |
