diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-02-25 02:18:36 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-02-25 02:18:36 +0000 |
| commit | 391a2becf119235471047fabab35d36523784b0c (patch) | |
| tree | 343f071272308ffd3569d9a61c3741f0dbc93be5 /libexec/getty | |
| parent | b4358c15a1c1e869db25049a6969bf50c33f76d3 (diff) | |
Notes
Diffstat (limited to 'libexec/getty')
| -rw-r--r-- | libexec/getty/chat.c | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/libexec/getty/chat.c b/libexec/getty/chat.c index 4e14176f7657..3df41a8f08ea 100644 --- a/libexec/getty/chat.c +++ b/libexec/getty/chat.c @@ -28,26 +28,16 @@ static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ -#include <sys/param.h> -#include <sys/stat.h> +#include <sys/types.h> #include <sys/ioctl.h> -#include <sys/resource.h> -#include <sys/ttydefaults.h> #include <sys/utsname.h> + #include <ctype.h> -#include <errno.h> -#include <fcntl.h> -#include <libutil.h> -#include <locale.h> -#include <setjmp.h> #include <signal.h> #include <stdlib.h> #include <string.h> #include <syslog.h> -#include <time.h> -#include <termios.h> #include <unistd.h> -#include <sys/socket.h> #include "extern.h" |
