summaryrefslogtreecommitdiff
path: root/sys/kern/uipc_sockbuf.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-10-30 19:44:40 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-10-30 19:44:40 +0000
commitd374e81efdc3cba56fdda9df539773070ca00dfe (patch)
tree779e3d7a8028f1ac29696c62ad8b70ba7bc70d2e /sys/kern/uipc_sockbuf.c
parenta1cfcf9970412f9ce13e6673c8b699f9494fafe9 (diff)
Notes
Diffstat (limited to 'sys/kern/uipc_sockbuf.c')
-rw-r--r--sys/kern/uipc_sockbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_sockbuf.c b/sys/kern/uipc_sockbuf.c
index 16fa1f8ad8e7..9ce6f2797a38 100644
--- a/sys/kern/uipc_sockbuf.c
+++ b/sys/kern/uipc_sockbuf.c
@@ -1340,7 +1340,7 @@ pru_disconnect_notsupp(struct socket *so)
}
int
-pru_listen_notsupp(struct socket *so, struct thread *td)
+pru_listen_notsupp(struct socket *so, int backlog, struct thread *td)
{
return EOPNOTSUPP;
}