Source-Changes archive

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

CVS commit: src/sys/net



Module Name:    src
Committed By:   dyoung
Date:           Thu Jan 10 08:03:22 UTC 2008

Modified Files:
        src/sys/net: route.c route.h

Log Message:
Make many void rtcache_X() routines return struct rtentry *, so
that we can make many back-to-back rtcache_X();rtcache_getrt()
calls into one rtcache_X() call.


To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 src/sys/net/route.c
cvs rdiff -r1.60 -r1.61 src/sys/net/route.h

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