Date: Wed, 1 Nov 2006 12:41:43 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/arm elf_trampoline.c Message-ID: <200611011241.kA1CfiNH010348@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611011241.kA1CfiNH010348>