FreeBSD patch for argus-3.0.11
carter at qosient.com
carter at qosient.com
Fri Jun 18 14:48:11 EDT 2010
Hey Peter,
Thanks, I'll put it in for 3.0.3.12.
Should be early nex week, like Mon/Tue.
Have a great weekend.
Carter
------Original Message------
From: Peter Van Epp
Sender: argus-info-bounces+carter=qosient.com at lists.andrew.cmu.edu
To: Argus
Subject: [ARGUS] FreeBSD patch for argus-3.0.11
Sent: Jun 10, 2010 1:39 PM
Here is another minor fix for 3.0.12 :-). On FreeBSD (and probably
openBSD and netBSD but I haven't tested on them) we need sys/wait.h in
argus.c to compile successfully:
Peter Van Epp
*** argus/argus.c.orig Wed Jun 9 19:54:55 2010
--- argus/argus.c Wed Jun 9 19:56:32 2010
***************
*** 43,48 ****
--- 43,52 ----
#include <syslog.h>
#include <stdarg.h>
+ #if defined (__FreeBSD__)
+ #include <sys/wait.h>
+ #endif
+
#include <argus.h>
#if defined(ARGUS_TILERA)
Sent from my Verizon Wireless BlackBerry
More information about the argus
mailing list