aboutsummaryrefslogtreecommitdiff
path: root/bin/stty
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-24 07:45:36 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:58 +0000
commit0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481 (patch)
treee836579391da07fc3e031fa54e4264d9666f68f9 /bin/stty
parent5b31cc94b10d4bb7109c6b27940a0fc76a44a331 (diff)
Diffstat (limited to 'bin/stty')
-rw-r--r--bin/stty/stty.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/stty/stty.c b/bin/stty/stty.c
index ecee736cccab..38834aaccea0 100644
--- a/bin/stty/stty.c
+++ b/bin/stty/stty.c
@@ -27,15 +27,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static char const copyright[] =
-"@(#) Copyright (c) 1989, 1991, 1993, 1994\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
#include <sys/types.h>
#include <ctype.h>