summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/tar/config.h2
-rw-r--r--usr.sbin/rmt/rmt.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/tar/config.h b/gnu/usr.bin/tar/config.h
index 32c75f9..a0aecf4 100644
--- a/gnu/usr.bin/tar/config.h
+++ b/gnu/usr.bin/tar/config.h
@@ -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
diff --git a/usr.sbin/rmt/rmt.c b/usr.sbin/rmt/rmt.c
index bdd2c91..75b1694 100644
--- a/usr.sbin/rmt/rmt.c
+++ b/usr.sbin/rmt/rmt.c
@@ -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>
OpenPOWER on IntegriCloud