On Fri, Mar 22, 2013 at 1:08 AM, Dan Gora <d...@adax.com> wrote:
> The BSWAP_32 macro was added for big endian machines in these files,
> but the author forgot to include the necessary header file which
> defines it.
>
> Signed-off-by: Dan Gora <d...@adax.com>

This is already fixed.

Z.

> ---
>  ipmitool/lib/ipmi_chassis.c |    1 +
>  ipmitool/lib/ipmi_pef.c     |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/ipmitool/lib/ipmi_chassis.c b/ipmitool/lib/ipmi_chassis.c
> index 9f71d32..f0d4877 100644
> --- a/ipmitool/lib/ipmi_chassis.c
> +++ b/ipmitool/lib/ipmi_chassis.c
> @@ -45,6 +45,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/ipmitool/lib/ipmi_pef.c b/ipmitool/lib/ipmi_pef.c
> index 1c0e378..2228b91 100644
> --- a/ipmitool/lib/ipmi_pef.c
> +++ b/ipmitool/lib/ipmi_pef.c
> @@ -43,6 +43,7 @@
>  #include <ipmitool/ipmi.h>
>  #include <ipmitool/ipmi_intf.h>
>  #include <ipmitool/ipmi_pef.h>
> +#include <ipmitool/bswap.h>
>
>  extern int verbose;
>  /*
> --
> 1.7.7
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> Ipmitool-devel mailing list
> Ipmitool-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to