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.
_______________________________________________
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"

Reply via email to