Remove duplicate SYSCTL_NODE() declaration. Kernel linker can't deal

with it well.
This commit is contained in:
Boris Popov 2000-10-02 09:10:22 +00:00
parent 6a8954b084
commit 94875f0a6e
1 changed files with 0 additions and 1 deletions

View File

@ -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,