svn commit: r271204 - head/sys/netinet
Gleb Smirnoff
glebius at FreeBSD.org
Sun Sep 7 06:01:44 UTC 2014
Michael,
On Sat, Sep 06, 2014 at 07:12:15PM +0000, Michael Tuexen wrote:
M> Author: tuexen
M> Date: Sat Sep 6 19:12:14 2014
M> New Revision: 271204
M> URL: http://svnweb.freebsd.org/changeset/base/271204
M>
M> Log:
M> Fix the handling of sysctl variables when used with VIMAGE.
M> While there do some cleanup of the code.
Note that after r261590 you don't need SYSCTL_VNET_* macros. You
can use base SYSCTL_* macros adding CTLFLAG_VNET.
SCTP was/is the major user of SYSCTL_VNET_* macros. If it is
cleansed, then I can fix the rest and then we probably can remove
their declarations.
--
Totus tuus, Glebius.
More information about the svn-src-all
mailing list