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
Revision Changes Path
1.16 +1 -2 src/sys/arm/arm/elf_trampoline.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"