mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove duplicate SYSCTL_NODE() declaration. Kernel linker can't deal
with it well.
This commit is contained in:
parent
6a8954b084
commit
94875f0a6e
1 changed files with 0 additions and 1 deletions
|
|
@ -64,7 +64,6 @@ static int ncp_conn_lock_any(struct ncp_conn *conn, struct proc *p,
|
|||
extern struct linker_set sysctl_net_ncp;
|
||||
|
||||
SYSCTL_DECL(_net_ncp);
|
||||
SYSCTL_NODE(_net, OID_AUTO, ncp, CTLFLAG_RW, NULL, "NetWare requester");
|
||||
SYSCTL_INT (_net_ncp, OID_AUTO, burst_enabled, CTLFLAG_RD, &ncp_burst_enabled, 0, "");
|
||||
SYSCTL_INT (_net_ncp, OID_AUTO, conn_cnt, CTLFLAG_RD, &ncp_conn_cnt, 0, "");
|
||||
SYSCTL_PROC(_net_ncp, OID_AUTO, conn_stat, CTLFLAG_RD|CTLTYPE_OPAQUE,
|
||||
|
|
|
|||
Loading…
Reference in a new issue