Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2009 10:35:50 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r191303 - head/libexec/rtld-elf
Message-ID:  <200904201035.n3KAZo8S043701@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Mon Apr 20 10:35:50 2009
New Revision: 191303
URL: http://svn.freebsd.org/changeset/base/191303

Log:
  Prefer <sys/param.h> to <machine/param.h> for the definition of
  CACHE_LINE_SIZE.
  
  Submitted by:	bde
  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	Mon Apr 20 09:59:08 2009	(r191302)
+++ head/libexec/rtld-elf/rtld_lock.c	Mon Apr 20 10:35:50 2009	(r191303)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904201035.n3KAZo8S043701>