head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2002.08.24.03.17.57;	author kris;	state dead;
branches;
next	1.1;

1.1
date	2002.06.03.10.19.16;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to snort-1.8.7

Submitted by:	Paul Marquis <pmarquis@@pobox.com>
PR:		ports/40528
@
text
@--- plugbase.h.orig	Mon Jun  3 03:06:52 2002
+++ plugbase.h	Mon Jun  3 03:06:59 2002
@@@@ -99,7 +99,7 @@@@
 #endif
 
 #if defined(FREEBSD) || defined(OPENBSD)
-    #include <machine/param.h>
+    #include <sys/param.h>
 #endif
 
 #if defined(SOLARIS)
@


1.1
log
@#include <sys/param.h> instead of <machine/param.h> to fix build on
-current.
@
text
@@

