An Argus-1.8 bug
Peter Van Epp
vanepp at sfu.ca
Thu Feb 24 17:19:48 EST 2000
I also just pulled in the distribution version of 1.8 and built it
on FreeBSD (I had incorrectly assumed it was the same as the last emailed
version which is why I didn't do it sooner). There is a bug that this patch
fixes (missing include file) and there are two more header files in the
last emailed version that aren't here (but don't seem to have caused any
complaints on FreeBSD either):
#include <sys/param.h>
#include <sys/file.h>
Peter Van Epp / Operations and Technical Support
Simon Fraser University, Burnaby, B.C. Canada
*** argus_util.c.orig Thu Feb 24 09:51:46 2000
--- argus_util.c Thu Feb 24 09:52:33 2000
***************
*** 1397,1402 ****
--- 1397,1403 ----
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
+ #include <sys/ioctl.h>
#ifdef HAVE_SOLARIS
More information about the argus
mailing list