aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_sockbuf.c
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1998-06-07 17:13:14 +0000
committerDoug Rabson <dfr@FreeBSD.org>1998-06-07 17:13:14 +0000
commitecbb00a2629050fd720dc376a33c45f4ad767cea (patch)
tree1113fd99d363889650b503b7f993603f9423465a /sys/kern/uipc_sockbuf.c
parent37a8b7dcb8bdd78373c1d4afa4c423c119314e86 (diff)
Notes
Diffstat (limited to 'sys/kern/uipc_sockbuf.c')
-rw-r--r--sys/kern/uipc_sockbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_sockbuf.c b/sys/kern/uipc_sockbuf.c
index 79de43cc6a17e..a056020ef9898 100644
--- a/sys/kern/uipc_sockbuf.c
+++ b/sys/kern/uipc_sockbuf.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)uipc_socket2.c 8.1 (Berkeley) 6/10/93
- * $Id: uipc_socket2.c,v 1.35 1998/05/17 11:52:56 phk Exp $
+ * $Id: uipc_socket2.c,v 1.36 1998/05/31 18:38:43 peter Exp $
*/
#include <sys/param.h>
@@ -839,7 +839,7 @@ pru_connect2_notsupp(struct socket *so1, struct socket *so2)
}
int
-pru_control_notsupp(struct socket *so, int cmd, caddr_t data,
+pru_control_notsupp(struct socket *so, u_long cmd, caddr_t data,
struct ifnet *ifp, struct proc *p)
{
return EOPNOTSUPP;