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:           Tue Mar 14 04:25:10 UTC 2017

Modified Files:
        src/sys/net: if.c rtsock.c
        src/sys/netinet6: ip6_input.c nd6_nbr.c

Log Message:
Replace DIAGNOSTIC + panic with KASSERT


To generate a diff of this commit:
cvs rdiff -u -r1.383 -r1.384 src/sys/net/if.c
cvs rdiff -u -r1.203 -r1.204 src/sys/net/rtsock.c
cvs rdiff -u -r1.176 -r1.177 src/sys/netinet6/ip6_input.c
cvs rdiff -u -r1.137 -r1.138 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