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_proto.c | |
parent | bb9b0831cba1ba790b9215e9a51fa8ce0897f347 (diff) | |
download | FreeBSD-src-f178a5be317b02070511f3a345abb8e34e40899d.zip FreeBSD-src-f178a5be317b02070511f3a345abb8e34e40899d.tar.gz |
Trim trailing whitespace.
Diffstat (limited to 'sys/netipx/ipx_proto.c')
-rw-r--r-- | sys/netipx/ipx_proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipx/ipx_proto.c b/sys/netipx/ipx_proto.c index d4998d5..22b8027 100644 --- a/sys/netipx/ipx_proto.c +++ b/sys/netipx/ipx_proto.c @@ -94,7 +94,7 @@ static struct protosw ipxsw[] = { }; static struct domain ipxdomain = - { AF_IPX, "network systems", 0, 0, 0, + { AF_IPX, "network systems", 0, 0, 0, ipxsw, &ipxsw[sizeof(ipxsw)/sizeof(ipxsw[0])], 0, rn_inithead, 16, sizeof(struct sockaddr_ipx)}; |