Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2005 10:00:12 -0600
From:      Lonnie VanZandt <lonnie.vanzandt@ngc.com>
To:        current@freebsd.org
Subject:   opt_netgraph in netgraph/netgraph.h?
Message-ID:  <200509131000.12719.lonnie.vanzandt@ngc.com>

next in thread | raw e-mail | index | archive | help
Sometime between 5.4 RC3 and 5.4 STABLE, netgraph/netgraph.h went from version 
1.43.2.5 to 1.43.2.10. In doing so, an include of "opt_netgraph.h" was added 
to that file. This causes code including netgraph/netgraph.h, on my system, 
to fail to compile since opt_netgraph.h isn't in the include path.

When a kernel conf file doesn't have "options NETGRAPH" the generated 
opt_netgraph.h file is empty. With "options NETGRAPH" the file simply 
contains "#define NETGRAPH 1". So, either way, the file isn't hard to create 
- but I need to know where it should reside in the "@" hierarchy.

Does anyone (say julian@) know? And, just for curiousity sake, does anyone 
know which update step I probably overlooked which led to the breakage on my 
platform?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509131000.12719.lonnie.vanzandt>