diff options
author | Dan Theisen <djt@hxx.in> | 2021-10-04 11:52:18 +0000 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2021-10-04 11:52:18 +0000 |
commit | eea3a032cc540804adb102654bfd674a452fdd4e (patch) | |
tree | 32e8e62692f259214cb7b047454a01f7b07c92e2 /user/minicom/fix-includes.patch | |
parent | 47281886961aebad98a41eada4cc285309b3294a (diff) | |
download | packages-eea3a032cc540804adb102654bfd674a452fdd4e.tar.gz packages-eea3a032cc540804adb102654bfd674a452fdd4e.tar.bz2 packages-eea3a032cc540804adb102654bfd674a452fdd4e.tar.xz packages-eea3a032cc540804adb102654bfd674a452fdd4e.zip |
user/minicom: bump to 2.8
Diffstat (limited to 'user/minicom/fix-includes.patch')
-rw-r--r-- | user/minicom/fix-includes.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/user/minicom/fix-includes.patch b/user/minicom/fix-includes.patch deleted file mode 100644 index 19a18dcdb..000000000 --- a/user/minicom/fix-includes.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- minicom-2.6.2.orig/src/dial.c -+++ minicom-2.6.2/src/dial.c -@@ -39,11 +39,9 @@ - #include "intl.h" - - #ifdef VC_MUSIC --# if defined(__GLIBC__) - # include <sys/ioctl.h> - # include <sys/kd.h> - # include <sys/time.h> --# endif - #endif - - enum { CURRENT_VERSION = 6 }; ---- minicom-2.6.2.orig/src/getsdir.h -+++ minicom-2.6.2/src/getsdir.h -@@ -22,6 +22,7 @@ - * and licensing conditions. See the source, Luke. - */ - -+#include <sys/param.h> - #include <dirent.h> - - typedef struct dirEntry { /* structure of data item */ |