summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2015-03-19 13:37:36 +0000
committerrwatson <rwatson@FreeBSD.org>2015-03-19 13:37:36 +0000
commit6102a34d3875e6b3f22e0245d7698fe549c674a1 (patch)
treedf3b1e38c02357cff6357a78741ce42d4959b672 /sys/sparc64
parent24836ef695b4d0b47117fe6ed0d34b16e37a68aa (diff)
downloadFreeBSD-src-6102a34d3875e6b3f22e0245d7698fe549c674a1.zip
FreeBSD-src-6102a34d3875e6b3f22e0245d7698fe549c674a1.tar.gz
Merge r263233 from HEAD to stable/10:
Update kernel inclusions of capability.h to use capsicum.h instead; some further refinement is required as some device drivers intended to be portable over FreeBSD versions rely on __FreeBSD_version to decide whether to include capability.h. Sponsored by: Google, Inc.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/sys_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/sys_machdep.c b/sys/sparc64/sparc64/sys_machdep.c
index 9c9163f..102cee4 100644
--- a/sys/sparc64/sparc64/sys_machdep.c
+++ b/sys/sparc64/sparc64/sys_machdep.c
@@ -30,7 +30,7 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/capability.h>
+#include <sys/capsicum.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
OpenPOWER on IntegriCloud