cvs commit: src/sys/net rtsock.c
Luigi Rizzo
luigi at FreeBSD.org
Sat Apr 17 08:09:37 PDT 2004
luigi 2004/04/17 08:09:36 PDT
FreeBSD src repository
Modified files:
sys/net rtsock.c
Log:
misc cleanup in sysctl_ifmalist():
+ remove a partly incorrect comment that i introduced in the last commit;
+ deal with the correct part of the above comment by cleaning up the
updates of 'info' -- rti_addrs needd not to be updated,
rti_info[RTAX_IFP] can be set once outside the loop.
While at it, correct a few misspelling of NULL as 0, but there are
way too many in this file, and i did not want to clutter the
important part of this commit.
Revision Changes Path
1.102 +10 -27 src/sys/net/rtsock.c
More information about the cvs-src
mailing list