On Wed, 1 Nov 2006, Olivier Houchard wrote:
cognet 2006-11-01 12:41:43 UTC
FreeBSD src repository
Modified files:
sys/arm/arm elf_trampoline.c
Log:
Do not include both <sys/types.h> and <sys/param.h>, it is a style bug as
sys/types.h is included in sys/param.h, so instead just move the
#include <sys/param.h> before the headers that need it.
Spotted out by: bde
Thanks.
Bruce
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"