diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-01-02 15:13:59 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-01-02 15:13:59 +0000 |
commit | f178a5be317b02070511f3a345abb8e34e40899d (patch) | |
tree | 90ee0e8e74d89e581787e308f4ab9146e3cacc01 /sys/netipx/ipx_pcb.c | |
parent | bb9b0831cba1ba790b9215e9a51fa8ce0897f347 (diff) | |
download | FreeBSD-src-f178a5be317b02070511f3a345abb8e34e40899d.zip FreeBSD-src-f178a5be317b02070511f3a345abb8e34e40899d.tar.gz |
Trim trailing whitespace.
Diffstat (limited to 'sys/netipx/ipx_pcb.c')
-rw-r--r-- | sys/netipx/ipx_pcb.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/netipx/ipx_pcb.c b/sys/netipx/ipx_pcb.c index 1457511..b697616 100644 --- a/sys/netipx/ipx_pcb.c +++ b/sys/netipx/ipx_pcb.c @@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$"); #include <netipx/ipx_var.h> static struct ipx_addr zeroipx_addr; -static u_short ipxpcb_lport_cache; +static u_short ipxpcb_lport_cache; int ipx_pcballoc(so, head, td) @@ -73,7 +73,7 @@ ipx_pcballoc(so, head, td) so->so_pcb = (caddr_t)ipxp; return (0); } - + int ipx_pcbbind(ipxp, nam, td) register struct ipxpcb *ipxp; @@ -185,7 +185,7 @@ ipx_pcbconnect(ipxp, nam, td) rtalloc_ign(ro, 0); } if (ipx_neteqnn(ipxp->ipxp_laddr.x_net, ipx_zeronet)) { - /* + /* * If route is known or can be allocated now, * our src addr is taken from the i/f, else punt. */ @@ -214,7 +214,7 @@ ipx_pcbconnect(ipxp, nam, td) ipxp->ipxp_laddr.x_net = satoipx_addr(ia->ia_addr).x_net; } if (ipx_nullhost(ipxp->ipxp_laddr)) { - /* + /* * If route is known or can be allocated now, * our src addr is taken from the i/f, else punt. */ @@ -286,7 +286,7 @@ ipx_setsockaddr(ipxp, nam) struct sockaddr **nam; { struct sockaddr_ipx *sipx, ssipx; - + sipx = &ssipx; bzero((caddr_t)sipx, sizeof(*sipx)); sipx->sipx_len = sizeof(*sipx); @@ -301,7 +301,7 @@ ipx_setpeeraddr(ipxp, nam) struct sockaddr **nam; { struct sockaddr_ipx *sipx, ssipx; - + sipx = &ssipx; bzero((caddr_t)sipx, sizeof(*sipx)); sipx->sipx_len = sizeof(*sipx); |