diff options
author | peter <peter@FreeBSD.org> | 2003-09-04 01:33:43 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-09-04 01:33:43 +0000 |
commit | f238f6b9907dfded801442277314c602b2e5a2e4 (patch) | |
tree | f81b9bf26b80e0d5e2c551b57deae8c3c2f56548 /gnu/usr.bin | |
parent | c59711ae1ba5d4b0d71497261096d0cfb1b1c135 (diff) | |
download | FreeBSD-src-f238f6b9907dfded801442277314c602b2e5a2e4.zip FreeBSD-src-f238f6b9907dfded801442277314c602b2e5a2e4.tar.gz |
There is no need to #include <sgtty.h>
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/tar/config.h | 2 |
1 files changed, 1 insertions, 1 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 |