summaryrefslogtreecommitdiff
path: root/gps2udp.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 /gps2udp.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 'gps2udp.c')
-rw-r--r--gps2udp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gps2udp.c b/gps2udp.c
index c1965ccf..c695ac5a 100644
--- a/gps2udp.c
+++ b/gps2udp.c
@@ -21,9 +21,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 <assert.h>
#include <sys/time.h>