2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-22 09:31:48 +00:00
xcat-dep/ipmitool/ipmitool-imbapi.patch

13 lines
369 B
Diff
Raw Normal View History

--- 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