Prefer <sys/param.h> to <machine/param.h> for the definition of

CACHE_LINE_SIZE.

Submitted by:	bde
MFC after:	2 weeks
This commit is contained in:
Robert Watson 2009-04-20 10:35:50 +00:00
parent 0963cc7dac
commit 3f2f85a6de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191303

View File

@ -42,7 +42,7 @@
* using assembly language sequences in "rtld_start.S".
*/
#include <machine/param.h>
#include <sys/param.h>
#include <signal.h>
#include <stdlib.h>