summaryrefslogtreecommitdiff
path: root/sys/net/bpf.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-02-20 13:46:58 +0000
committerBruce Evans <bde@FreeBSD.org>1998-02-20 13:46:58 +0000
commite31abede1fd18ca14754c149fec858ede3b041aa (patch)
tree415fe5b51b3305e42366c5e7450c752370685934 /sys/net/bpf.c
parentd68fa50ccbc40f10ed24ad1b64cae4c6e83548e6 (diff)
Notes
Diffstat (limited to 'sys/net/bpf.c')
-rw-r--r--sys/net/bpf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c
index d118db6d694d..1b8ae26e558b 100644
--- a/sys/net/bpf.c
+++ b/sys/net/bpf.c
@@ -37,7 +37,7 @@
*
* @(#)bpf.c 8.2 (Berkeley) 3/28/94
*
- * $Id: bpf.c,v 1.36 1997/11/18 16:29:53 bde Exp $
+ * $Id: bpf.c,v 1.37 1998/01/24 02:54:37 eivind Exp $
*/
#include "bpfilter.h"
@@ -1270,7 +1270,7 @@ bpfattach(ifp, dlt, hdrlen)
static void *bpf_devfs_token[NBPFILTER];
#endif
-static bpf_devsw_installed = 0;
+static int bpf_devsw_installed;
static void bpf_drvinit __P((void *unused));
static void