aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx/ipx_pcb.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-01-02 15:13:59 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-01-02 15:13:59 +0000
commit928944eeb5c5d2192c1480d719f4896469291867 (patch)
tree90ee0e8e74d89e581787e308f4ab9146e3cacc01 /sys/netipx/ipx_pcb.c
parent9e7c226533a33495c54073d65d70f2d9042ff352 (diff)
downloadsrc-928944eeb5c5d2192c1480d719f4896469291867.tar.gz
src-928944eeb5c5d2192c1480d719f4896469291867.zip
Trim trailing whitespace.
Notes
Notes: svn path=/head/; revision=139584
Diffstat (limited to 'sys/netipx/ipx_pcb.c')
-rw-r--r--sys/netipx/ipx_pcb.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/netipx/ipx_pcb.c b/sys/netipx/ipx_pcb.c
index 1457511f0154..b69761666a9c 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);