On 11. Feb 2012, at 13:41 , Bjoern A. Zeeb wrote: > Author: bz > Date: Sat Feb 11 13:41:38 2012 > New Revision: 231520 > URL: http://svn.freebsd.org/changeset/base/231520 > > Log: > Properly name the sysctl to "iflistl" rather than "iflist2", which had been > the prototype name and slipped in in r231505.
Not that it would make any difference, given it's entirely unused as bde had pointed out but for consistency until someone will clean all this up. I currently do not feel like going through all of it and nuke it and convert the numbered sysctls in rtsock.c etc. /bz > > Spotted in a reply from: bde > MFC after: 3 days > > Modified: > head/sys/sys/socket.h > > Modified: head/sys/sys/socket.h > ============================================================================== > --- head/sys/sys/socket.h Sat Feb 11 13:12:53 2012 (r231519) > +++ head/sys/sys/socket.h Sat Feb 11 13:41:38 2012 (r231520) > @@ -406,7 +406,7 @@ struct sockproto { > { "flags", CTLTYPE_STRUCT }, \ > { "iflist", CTLTYPE_STRUCT }, \ > { "ifmalist", CTLTYPE_STRUCT }, \ > - { "iflist2", CTLTYPE_STRUCT }, \ > + { "iflistl", CTLTYPE_STRUCT }, \ > } > #endif /* __BSD_VISIBLE */ > -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do! _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"