aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmtool.c')
-rw-r--r--src/gdbmtool.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gdbmtool.c b/src/gdbmtool.c
index 9bd23ea..ceffaef 100644
--- a/src/gdbmtool.c
+++ b/src/gdbmtool.c
@@ -24,9 +24,7 @@
#include <signal.h>
#include <pwd.h>
#include <sys/ioctl.h>
-#ifdef HAVE_SYS_TERMIOS_H
-# include <sys/termios.h>
-#endif
+#include <termios.h>
#include <stdarg.h>
#ifdef HAVE_LOCALE_H
# include <locale.h>
@@ -38,8 +36,6 @@ datum key_data; /* Current key */
datum return_data; /* Current data */
int open_mode; /* Default open mode */
-#define SIZE_T_MAX ((size_t)-1)
-
unsigned input_line;

Return to:

Send suggestions and report system problems to the System administrator.