Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   christos
Date:           Thu Apr  2 21:02:07 UTC 2009

Modified Files:
        src/sys/net: route.c route.h rtsock.c
        src/usr.sbin/arp: arp.c
        src/usr.sbin/pppd/pppd: sys-bsd.c

Log Message:
Centralize the ROUNDUP and ADVANCE macro in a header file, give them an
RT_ prefix and use them appropriately, instead of making copies. Make
pppd use the RT_ROUNDUP macro; fixes proxyarp setting on 64 bit hosts.

XXX: All this should be pulled up to 5.0


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/sys/net/route.c
cvs rdiff -u -r1.72 -r1.73 src/sys/net/route.h
cvs rdiff -u -r1.124 -r1.125 src/sys/net/rtsock.c
cvs rdiff -u -r1.47 -r1.48 src/usr.sbin/arp/arp.c
cvs rdiff -u -r1.58 -r1.59 src/usr.sbin/pppd/pppd/sys-bsd.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