argus-clients-3.0.0.rc.10 on the server
Peter Van Epp
vanepp at sfu.ca
Thu Jun 22 15:40:07 EDT 2006
Only a minor problem on NetBSD, everything else was happy out of the
box. I'd expect this to include from types.h but it doesn't appear to and
LONG_MAX isn't defined.
Peter Van Epp / Operations and Technical Support
Simon Fraser University, Burnaby, B.C. Canada
*** common/argus_util.c.orig Thu Jun 22 04:53:05 2006
--- common/argus_util.c Thu Jun 22 05:06:40 2006
***************
*** 52,57 ****
--- 52,61 ----
#include <stdlib.h>
#include <sys/types.h>
+ #if defined(__NetBSD__)
+ #include <machine/limits.h>
+ #endif
+
#include <syslog.h>
#include <stdio.h>
#include <errno.h>
More information about the argus
mailing list