Hey Michael,

ARGHH!  This is my bad:

2008-12-04  Diego "Flameeyes" Petten <[email protected]>

        * ipmi-oem/, ipmi-raw/: Fix portability for glibc 2.8.  Remove
use
        of ARG_MAX and replace with sysconf call to _SC_ARG_MAX.

I apparently left some over.  I'll release a new FreeIPMI later today.

Al

On Tue, 2009-04-07 at 09:05 -0400, [email protected] wrote:
> I got a couple compile errors compiling 0.7.7 on debian.  Specifically, I
> got an error for ARG_MAX not being defined.
> 
> I did a little googling on it and added this to the top of a couple of c
> files (ipmi-oem-argp.c and ipmi-raw-argp.c):
> 
> #ifndef ARG_MAX
> 
> #define ARG_MAX  _SC_ARG_MAX
> 
> #endif
> 
>  
> 
> 
> 
> Is there gonna be a better fix for this in the future?
> 
>  
> 
> 
> 
> Respectfully Yours,
> Michael Vitale
> 
>  <mailto:[email protected]>
> [email protected]
> 
> 
> _______________________________________________
> Freeipmi-users mailing list
> [email protected]
> http:// lists.gnu.org/mailman/listinfo/freeipmi-users
> 
-- 
Albert Chu
[email protected]
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory



_______________________________________________
Freeipmi-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/freeipmi-users

Reply via email to