Remove duplicate SYSCTL_NODE() declaration. Kernel linker can't deal
with it well.
This commit is contained in:
parent
6a8954b084
commit
94875f0a6e
@ -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 New Issue
Block a user