summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2007-04-01 12:48:10 +0000
committerrodrigc <rodrigc@FreeBSD.org>2007-04-01 12:48:10 +0000
commit9ab068af59ebf9bb174628c4515ac6a92c10c950 (patch)
tree8dad41f53683073968648d94c441b223bedad354 /sys/gnu
parentc2d2fa5e1e3871a6b6e28cf2b165912609be3383 (diff)
downloadFreeBSD-src-9ab068af59ebf9bb174628c4515ac6a92c10c950.zip
FreeBSD-src-9ab068af59ebf9bb174628c4515ac6a92c10c950.tar.gz
Change #include <machine/pcpu.h> to #include <sys/pcpu.h>
to get definition of curthread, required by <sys/sx.h>.
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/fs/xfs/FreeBSD/support/mrlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/xfs/FreeBSD/support/mrlock.c b/sys/gnu/fs/xfs/FreeBSD/support/mrlock.c
index 7c3f8bf..5955f99 100644
--- a/sys/gnu/fs/xfs/FreeBSD/support/mrlock.c
+++ b/sys/gnu/fs/xfs/FreeBSD/support/mrlock.c
@@ -1,5 +1,5 @@
#include <sys/param.h>
-#include <machine/pcpu.h>
+#include <sys/pcpu.h>
#include <support/debug.h>
#include <support/mrlock.h>
OpenPOWER on IntegriCloud