diff options
Diffstat (limited to 'sysutils/ipmitool/files')
| -rw-r--r-- | sysutils/ipmitool/files/patch-ipmi_chassis.c | 10 | ||||
| -rw-r--r-- | sysutils/ipmitool/files/patch-ipmi_pef.c | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/ipmitool/files/patch-ipmi_chassis.c b/sysutils/ipmitool/files/patch-ipmi_chassis.c new file mode 100644 index 000000000000..15279f269cbc --- /dev/null +++ b/sysutils/ipmitool/files/patch-ipmi_chassis.c @@ -0,0 +1,10 @@ +--- lib/ipmi_chassis.c.orig 2012-10-15 07:38:19.000000000 +0000 ++++ lib/ipmi_chassis.c 2012-10-15 07:38:46.000000000 +0000 +@@ -41,6 +41,7 @@ + #include <ipmitool/ipmi_intf.h> + #include <ipmitool/ipmi_strings.h> + #include <ipmitool/ipmi_chassis.h> ++#include <ipmitool/bswap.h> + + extern int verbose; + diff --git a/sysutils/ipmitool/files/patch-ipmi_pef.c b/sysutils/ipmitool/files/patch-ipmi_pef.c new file mode 100644 index 000000000000..b508edf14c76 --- /dev/null +++ b/sysutils/ipmitool/files/patch-ipmi_pef.c @@ -0,0 +1,10 @@ +--- lib/ipmi_pef.c.orig 2012-10-15 07:41:07.000000000 +0000 ++++ lib/ipmi_pef.c 2012-10-15 07:41:36.000000000 +0000 +@@ -39,6 +39,7 @@ + #include <ipmitool/ipmi.h> + #include <ipmitool/ipmi_intf.h> + #include <ipmitool/ipmi_pef.h> ++#include <ipmitool/bswap.h> + + extern int verbose; + /*
\ No newline at end of file |
