summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_sock.h
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-02-26 21:25:55 +0000
committerfjoe <fjoe@FreeBSD.org>2003-02-26 21:25:55 +0000
commit9ea7b9c811bc094f68c970def3a821172fa91b7f (patch)
treec83e3990c80db6417f5cc56c84c139df3c83f549 /sys/netncp/ncp_sock.h
parentdb9bbbcf0669e7054a999dea570347b9ed02394d (diff)
downloadFreeBSD-src-9ea7b9c811bc094f68c970def3a821172fa91b7f.zip
FreeBSD-src-9ea7b9c811bc094f68c970def3a821172fa91b7f.tar.gz
Catch up with KSE changes.
Reviewed by: tjr
Diffstat (limited to 'sys/netncp/ncp_sock.h')
-rw-r--r--sys/netncp/ncp_sock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netncp/ncp_sock.h b/sys/netncp/ncp_sock.h
index 5172138..ee670df 100644
--- a/sys/netncp/ncp_sock.h
+++ b/sys/netncp/ncp_sock.h
@@ -46,7 +46,8 @@ int ncp_sock_recv(struct socket *so, struct mbuf **mp, int *rlen);
int ncp_sock_send(struct socket *so, struct mbuf *data, struct ncp_rq *rqp);
int ncp_sock_disconnect(struct ncp_conn *conn);
int ncp_poll(struct socket *so, int events);
-int ncp_sock_rselect(struct socket *so,struct proc *p, struct timeval *tv,int events);
+int ncp_sock_rselect(struct socket *so, struct thread *td, struct timeval *tv,
+ int events);
int ncp_sock_checksum(struct ncp_conn *conn, int enable);
void ncp_check_rq(struct ncp_conn *conn);
OpenPOWER on IntegriCloud