2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/ipmitool/ipmitool-imbapi.patch
zhanx bff2394187 Add them for support ipmitool on AIX
Former-commit-id: 9ee6830ddece449715c7762821a0611e35aae618
2009-11-27 09:14:29 +00:00

13 lines
369 B
Diff

--- ipmitool-1.8.11/src/plugins/imb/imbapi.c 2009-02-26 04:38:53.000000000 +0800
+++ ipmitool-1.8.11_modify/src/plugins/imb/imbapi.c 2009-11-18 12:15:42.000000000 +0800
@@ -89,6 +89,9 @@
#define IMB_DEVICE "/dev/instru/mismic"
#else
#define IMB_DEVICE "/dev/imb"
+#ifndef EXEC_PAGESIZE
+#define EXEC_PAGESIZE 4096
+#endif
#define PAGESIZE EXEC_PAGESIZE
#endif