patch-2.1.13 linux/net/ipx/af_ipx.c
Next file: linux/net/netrom/af_netrom.c
Previous file: linux/net/ipv6/udp.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sat Nov 23 12:29:05 1996
- Orig file:
v2.1.12/linux/net/ipx/af_ipx.c
- Orig date:
Tue Nov 19 15:54:02 1996
diff -u --recursive --new-file v2.1.12/linux/net/ipx/af_ipx.c linux/net/ipx/af_ipx.c
@@ -1792,7 +1792,7 @@
return ntohs(socketNum);
}
-static int ipx_bind(struct socket *sock, struct sockaddr *uaddr,size_t addr_len)
+static int ipx_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
{
ipx_socket *sk;
ipx_interface *intrfc;
@@ -1893,7 +1893,7 @@
}
static int ipx_connect(struct socket *sock, struct sockaddr *uaddr,
- size_t addr_len, int flags)
+ int addr_len, int flags)
{
ipx_socket *sk=(ipx_socket *)sock->data;
struct sockaddr_ipx *addr;
@@ -1949,7 +1949,7 @@
}
static int ipx_getname(struct socket *sock, struct sockaddr *uaddr,
- size_t *uaddr_len, int peer)
+ int *uaddr_len, int peer)
{
ipx_address *addr;
struct sockaddr_ipx sipx;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov