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/printf/printf.c | |
| parent | 5b31cc94b10d4bb7109c6b27940a0fc76a44a331 (diff) | |
Diffstat (limited to 'usr.bin/printf/printf.c')
| -rw-r--r-- | usr.bin/printf/printf.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 7c51decd483c..4d12caee154a 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -36,17 +36,6 @@ * and as a builtin for /bin/sh (#define SHELL). */ -#ifndef SHELL -#ifndef lint -static char const copyright[] = -"@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ -#endif - -#ifndef lint -#endif /* not lint */ - #include <sys/types.h> #include <ctype.h> |
