diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-01-15 18:52:15 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-01-15 18:52:15 +0000 |
commit | d753b63d01e92215b0f8318fc076ee144f60564c (patch) | |
tree | 387a7f879e165608d1fe48d8564e01ff95e40447 /sys/netipx/ipx.c | |
parent | 423fa483a4ae226de633fedb5a8900dda6a9b6ff (diff) |
Some KNF.
Diffstat (limited to 'sys/netipx/ipx.c')
-rw-r--r-- | sys/netipx/ipx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx.c b/sys/netipx/ipx.c index b7b78f422c6..1107eb32c58 100644 --- a/sys/netipx/ipx.c +++ b/sys/netipx/ipx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipx.c,v 1.8 2000/01/13 04:36:40 fgsch Exp $ */ +/* $OpenBSD: ipx.c,v 1.9 2000/01/15 18:52:13 fgsch Exp $ */ /*- * @@ -297,7 +297,7 @@ ipx_iaonnetof(dst) register struct ipx_ifaddr *ia; register struct ipx_addr *compare; register struct ifnet *ifp; - struct ipx_ifaddr *ia_maybe = 0; + struct ipx_ifaddr *ia_maybe = NULL; union ipx_net net = dst->ipx_net; for (ia = ipx_ifaddr.tqh_first; ia; ia = ia->ia_list.tqe_next) { |