]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
For some reason (probably dating ages ago) an #ifdef SYSCTL_NODE / #endif
authorluigi <luigi@FreeBSD.org>
Wed, 28 Jan 2009 13:11:22 +0000 (13:11 +0000)
committerluigi <luigi@FreeBSD.org>
Wed, 28 Jan 2009 13:11:22 +0000 (13:11 +0000)
commitb179ef61df0754dc671c707d54fc69c47c7f5480
tree8557daae29685aa5afba54c369c3e326ec2a18c1
parent4185e1e7a921834323cef0a303779cd445598788
For some reason (probably dating ages ago) an #ifdef SYSCTL_NODE / #endif
section included a lot of stuff that did not belong there.
So split the block in multiple components each around the relevant stuff.

This said, I wonder if building a kernel where SYSCTL_NODE is not
defined is supported at all.

Submitted by: Marta Carbone
sys/netinet/ip_fw2.c