diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-02-20 13:46:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-20 13:46:58 +0000 |
| commit | e31abede1fd18ca14754c149fec858ede3b041aa (patch) | |
| tree | 415fe5b51b3305e42366c5e7450c752370685934 /sys/net/bpf.c | |
| parent | d68fa50ccbc40f10ed24ad1b64cae4c6e83548e6 (diff) | |
Notes
Diffstat (limited to 'sys/net/bpf.c')
| -rw-r--r-- | sys/net/bpf.c | 4 |
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 |
