mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove redundant redeclaration of netmap_vp_reg().
This should unbreak sparc64 and powerpc LINT builds.
This commit is contained in:
parent
1ff6e7a8a8
commit
be01db051f
1 changed files with 0 additions and 1 deletions
|
|
@ -141,7 +141,6 @@ struct nm_bridge *nm_find_bridge(const char *name, int create, struct netmap_bdg
|
|||
int netmap_bdg_free(struct nm_bridge *b);
|
||||
void netmap_bdg_detach_common(struct nm_bridge *b, int hw, int sw);
|
||||
int netmap_vp_bdg_ctl(struct nmreq_header *hdr, struct netmap_adapter *na);
|
||||
int netmap_vp_reg(struct netmap_adapter *na, int onoff);
|
||||
int netmap_bwrap_reg(struct netmap_adapter *, int onoff);
|
||||
int netmap_vp_reg(struct netmap_adapter *na, int onoff);
|
||||
int netmap_vp_rxsync(struct netmap_kring *kring, int flags);
|
||||
|
|
|
|||
Loading…
Reference in a new issue