diff options
Diffstat (limited to 'unmaintained/pacemaker/fix-headers.patch')
-rw-r--r-- | unmaintained/pacemaker/fix-headers.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/unmaintained/pacemaker/fix-headers.patch b/unmaintained/pacemaker/fix-headers.patch deleted file mode 100644 index c343ecfcb5..0000000000 --- a/unmaintained/pacemaker/fix-headers.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./lib/cib/cib_remote.c.orig -+++ ./lib/cib/cib_remote.c -@@ -53,7 +53,7 @@ - #endif - - #include <arpa/inet.h> --#ifndef ON_BSD -+#ifdef HAVE_SGTTY_H - # include <sgtty.h> - #endif - |