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:   dyoung
Date:           Sat Jan 12 02:58:58 UTC 2008

Modified Files:
        src/sys/net: route.h
        src/sys/netatalk: ddp_usrreq.c
        src/sys/netinet: ip_output.c
        src/sys/netinet6: in6_pcb.c ip6_forward.c

Log Message:
Good-bye, rtcache_check().  Call both rtcache_validate() and
rtcache_update(,1) instead of rtcache_check().


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 src/sys/net/route.h
cvs rdiff -r1.27 -r1.28 src/sys/netatalk/ddp_usrreq.c
cvs rdiff -r1.189 -r1.190 src/sys/netinet/ip_output.c
cvs rdiff -r1.92 -r1.93 src/sys/netinet6/in6_pcb.c
cvs rdiff -r1.60 -r1.61 src/sys/netinet6/ip6_forward.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