svn commit: r191292 - head/libexec/rtld-elf

Robert Watson rwatson at FreeBSD.org
Sun Apr 19 23:03:58 UTC 2009


Author: rwatson
Date: Sun Apr 19 23:03:57 2009
New Revision: 191292
URL: http://svn.freebsd.org/changeset/base/191292

Log:
  Explicitly include machine/param.h for CACHE_LINE_SIZE.
  
  MFC after:	2 weeks

Modified:
  head/libexec/rtld-elf/rtld_lock.c

Modified: head/libexec/rtld-elf/rtld_lock.c
==============================================================================
--- head/libexec/rtld-elf/rtld_lock.c	Sun Apr 19 23:02:50 2009	(r191291)
+++ head/libexec/rtld-elf/rtld_lock.c	Sun Apr 19 23:03:57 2009	(r191292)
@@ -42,6 +42,8 @@
  * using assembly language sequences in "rtld_start.S".
  */
 
+#include <machine/param.h>
+
 #include <signal.h>
 #include <stdlib.h>
 #include <time.h>


More information about the svn-src-head mailing list