setting things once is enough.
This commit is contained in:
parent
453164da22
commit
eb8da70733
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: bpf.c,v 1.164 2011/03/30 21:34:08 christos Exp $ */
|
||||
/* $NetBSD: bpf.c,v 1.165 2011/06/10 00:10:35 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1990, 1991, 1993
|
||||
|
@ -39,7 +39,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: bpf.c,v 1.164 2011/03/30 21:34:08 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: bpf.c,v 1.165 2011/06/10 00:10:35 christos Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_bpf.h"
|
||||
|
@ -1863,7 +1863,6 @@ sysctl_net_bpf_peers(SYSCTLFN_ARGS)
|
|||
#define BPF_EXT(field) dpe.bde_ ## field = dp->bd_ ## field
|
||||
BPF_EXT(bufsize);
|
||||
BPF_EXT(promisc);
|
||||
BPF_EXT(promisc);
|
||||
BPF_EXT(state);
|
||||
BPF_EXT(immediate);
|
||||
BPF_EXT(hdrcmplt);
|
||||
|
|
Loading…
Reference in New Issue