summaryrefslogtreecommitdiff
path: root/gpspipe.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-01 22:39:07 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-03-01 22:39:07 -0500
commit4964c68cf4ebca29d745ba02c4ba3da4a68e9abd (patch)
treee3dc64dc6b673051d408bfabfd06f1aeda7c98e6 /gpspipe.c
parent6b23c6bb43742008a77d742293c0869219f1e72c (diff)
downloadgpsd-4964c68cf4ebca29d745ba02c4ba3da4a68e9abd.tar.gz
Assume POSIX-conformant termios.h.
HAVE_TERMIOS_H was some sort of relic, apparently always on. I don't think the code would have compiled without it. All regression tests pass.
Diffstat (limited to 'gpspipe.c')
-rw-r--r--gpspipe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gpspipe.c b/gpspipe.c
index 69939522..66d9c197 100644
--- a/gpspipe.c
+++ b/gpspipe.c
@@ -32,9 +32,7 @@
#include <string.h>
#include <strings.h>
#include <fcntl.h>
-#ifdef HAVE_TERMIOS_H
#include <termios.h>
-#endif /* HAVE_TERMIOS_H */
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>