There is no need to #include <sgtty.h>

This commit is contained in:
Peter Wemm 2003-09-04 01:33:43 +00:00
parent f3e99b763a
commit c26f60e189
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119729
2 changed files with 1 additions and 2 deletions

View File

@ -273,7 +273,7 @@
#define HAVE_SETLOCALE 1
/* Define if you have the <sgtty.h> header file. */
#define HAVE_SGTTY_H 1
/* #define HAVE_SGTTY_H 1 */
/* Define if you have the <stdbool.h> header file. */
#define HAVE_STDBOOL_H 1

View File

@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$");
#include <sys/mtio.h>
#include <errno.h>
#include <fcntl.h>
#include <sgtty.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>