diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/dyson-missing-sig_atomic_t.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/dyson-missing-sig_atomic_t.patch b/debian/patches/dyson-missing-sig_atomic_t.patch new file mode 100644 index 0000000..2bd9452 --- /dev/null +++ b/debian/patches/dyson-missing-sig_atomic_t.patch @@ -0,0 +1,15 @@ +Index: bash-4.3/sig.h +=================================================================== +--- bash-4.3.orig/sig.h ++++ bash-4.3/sig.h +@@ -25,9 +25,7 @@ + + #include "stdc.h" + +-#if !defined (SIG_DFL) +-# include <signal.h> /* for sig_atomic_t */ +-#endif ++#include <signal.h> /* for sig_atomic_t */ + + #if !defined (SIGABRT) && defined (SIGIOT) + # define SIGABRT SIGIOT diff --git a/debian/patches/series b/debian/patches/series index f769de5..ee2d1e1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -49,3 +49,4 @@ bash-aliases-repeat.diff # no-brk-caching.diff use-system-texi2html.diff bzero.diff +dyson-missing-sig_atomic_t.patch |