gdbm: termios_h.patch seems not needed anymore

This commit is contained in:
Leonid Pliushch 2021-01-07 14:39:44 +02:00
parent b82aede383
commit 7a0c46a3b9
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
diff -r -u ../gdbm-1.10.90/src/gdbmtool.c ./src/gdbmtool.c
--- ../gdbm-1.10.90/src/gdbmtool.c 2013-05-16 22:22:16.000000000 +0200
+++ ./src/gdbmtool.c 2014-02-04 03:38:54.000000000 +0100
@@ -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>