argus-2.0.5.beta.6
Peter Van Epp
vanepp at sfu.ca
Fri Apr 12 16:04:20 EDT 2002
With the following patch applied to include/compat.h all of
FreeBSD, OpenBSD and NetBSD are happy with argus-2.0.5.beta.6 (Open and Net
complain about redefinitions without the patch but both build successfully
anyway).
Peter Van Epp / Operations and Technical Support
Simon Fraser University, Burnaby, B.C. Canada
*** include/compat.h.orig Fri Apr 12 00:41:57 2002
--- include/compat.h Fri Apr 12 04:44:06 2002
***************
*** 166,171 ****
--- 166,172 ----
/* Types missing from some systems */
+ #if !defined(__NetBSD__) && !defined(__OpenBSD__)
#ifndef ETHERTYPE_SPRITE
#define ETHERTYPE_SPRITE 0x0500
#endif
***************
*** 267,270 ****
--- 268,272 ----
#endif
#ifndef ETHERTYPE_LOOPBACK
#define ETHERTYPE_LOOPBACK 0x9000
+ #endif
#endif
More information about the argus
mailing list