Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   ozaki-r
Date:           Wed Nov 13 02:51:23 UTC 2019

Modified Files:
        src/sys/net: if.c route.c
        src/sys/netinet: ip_input.c sctp_output.c
        src/sys/netinet6: frag6.c in6_src.c ip6_output.c nd6_nbr.c

Log Message:
Get rid of unnecessary NULL checks for rt_ifa and ifa_ifp

They are always non-NULL nowadays.


To generate a diff of this commit:
cvs rdiff -u -r1.463 -r1.464 src/sys/net/if.c
cvs rdiff -u -r1.225 -r1.226 src/sys/net/route.c
cvs rdiff -u -r1.392 -r1.393 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.18 -r1.19 src/sys/netinet/sctp_output.c
cvs rdiff -u -r1.74 -r1.75 src/sys/netinet6/frag6.c
cvs rdiff -u -r1.85 -r1.86 src/sys/netinet6/in6_src.c
cvs rdiff -u -r1.221 -r1.222 src/sys/netinet6/ip6_output.c
cvs rdiff -u -r1.174 -r1.175 src/sys/netinet6/nd6_nbr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index