diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-08-10 03:52:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-08-10 03:52:51 +0200 |
commit | 65ba741b876bbb9ab0adc8a65107bc93b83a92b5 (patch) | |
tree | 0804c8803f7b5577eb9629c9b0cdb489fd5427e0 /package/pacemaker/patches/patch-mcp_pacemaker_h | |
parent | 62eda65923410d85e9122f6454461e3064bef9d6 (diff) |
update pacemaker and corosync, still broken
Diffstat (limited to 'package/pacemaker/patches/patch-mcp_pacemaker_h')
-rw-r--r-- | package/pacemaker/patches/patch-mcp_pacemaker_h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/pacemaker/patches/patch-mcp_pacemaker_h b/package/pacemaker/patches/patch-mcp_pacemaker_h new file mode 100644 index 000000000..8848e6976 --- /dev/null +++ b/package/pacemaker/patches/patch-mcp_pacemaker_h @@ -0,0 +1,10 @@ +--- pacemaker-1.1.7.orig/mcp/pacemaker.h 2012-03-28 08:14:13.000000000 +0200 ++++ pacemaker-1.1.7/mcp/pacemaker.h 2012-07-31 13:43:39.000000000 +0200 +@@ -21,6 +21,7 @@ + #include <sys/param.h> + #include <sys/types.h> + #include <sys/wait.h> ++#include <sys/resource.h> + + #include <stdint.h> + |