Remove duplicate definition of bpf_setif().
This commit is contained in:
parent
8849e59abd
commit
2a94215734
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: bpf.c,v 1.27 1996/05/07 05:26:02 thorpej Exp $ */
|
||||
/* $NetBSD: bpf.c,v 1.28 1996/05/22 13:41:54 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1990, 1991, 1993
|
||||
@ -127,7 +127,6 @@ static int bpf_movein __P((struct uio *, int,
|
||||
static void bpf_attachd __P((struct bpf_d *, struct bpf_if *));
|
||||
static void bpf_detachd __P((struct bpf_d *));
|
||||
static int bpf_setif __P((struct bpf_d *, struct ifreq *));
|
||||
static int bpf_setif __P((struct bpf_d *, struct ifreq *));
|
||||
#if BSD >= 199103
|
||||
int bpfselect __P((dev_t, int, struct proc *));
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user