On Tue, Nov 20, 2012 at 16:08, Amit Kulkarni wrote: > While porting boost-1.52.0 (latest boost) and checking affected ports, I > came across this.
> In file included from /usr/include/sys/sysctl.h:42, > I can patch and include sys/param.h in this graphics/mapnik port but > sys/proc.h doesn't include to sys/param.h? Is this a bug? > > a yes/no confirmation is appreciated. As indicated by your friendly sysctl(3) man page, a program using the sysctl interface must include both sys/param.h and sys/sysctl.h.
