On Tue, Jul 28, 2015 at 08:10:26PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed Jul 29 00:10:26 UTC 2015 > > Modified Files: > src/include: Makefile > src/sys/sys: Makefile pool.h types.h > Added Files: > src/sys/sys: stdbool.h > Removed Files: > src/include: stdbool.h > > Log Message: > move stdbool.h to sys, reuire pool.h to include <sys/stdbool.h> for bool, > centralize definitions of bool, true, false, to <sys/stdbool.h>
Are you quite sure this is not going to create quite a few headaches with GCC's header handling for builds from pkgsrc etc? Joerg