diff options
author | Xin LI <delphij@FreeBSD.org> | 2020-12-12 02:24:33 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2020-12-12 02:24:33 +0000 |
commit | 3601af4da2686fd29335abce8859205b64c312dd (patch) | |
tree | 69a29e0c7796e2deaa150798664c56892ca168ad /bin/stty/stty.c | |
parent | 2616eaa3d9d90a6bb9a54480d7ac190aa2e6d7f5 (diff) | |
download | src-3601af4da2686fd29335abce8859205b64c312dd.tar.gz src-3601af4da2686fd29335abce8859205b64c312dd.zip |
Notes
Diffstat (limited to 'bin/stty/stty.c')
-rw-r--r-- | bin/stty/stty.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/stty/stty.c b/bin/stty/stty.c index 234008329c0a..9aa2f51aa81f 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include <ctype.h> #include <err.h> -#include <errno.h> #include <fcntl.h> #include <limits.h> #include <stdio.h> |