cvs commit: src/sys/arm/arm elf_trampoline.c
Olivier Houchard
cognet at FreeBSD.org
Wed Nov 1 12:41:51 UTC 2006
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
More information about the cvs-src
mailing list