summaryrefslogtreecommitdiffstats
path: root/sys/dev/tdfx
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2014-03-16 10:55:57 +0000
committerrwatson <rwatson@FreeBSD.org>2014-03-16 10:55:57 +0000
commit33fdc14c0cd663baae9fad419e3f9cfe12578196 (patch)
tree33c10255950e4922f9ee4bc63543bd5dd3cd9f77 /sys/dev/tdfx
parentd2c1f34d5670ac7d1891f1f3c06cfaeee010b843 (diff)
downloadFreeBSD-src-33fdc14c0cd663baae9fad419e3f9cfe12578196.zip
FreeBSD-src-33fdc14c0cd663baae9fad419e3f9cfe12578196.tar.gz
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. MFC after: 3 weeks
Diffstat (limited to 'sys/dev/tdfx')
-rw-r--r--sys/dev/tdfx/tdfx_linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tdfx/tdfx_linux.c b/sys/dev/tdfx/tdfx_linux.c
index fa39ab1..8a6399f 100644
--- a/sys/dev/tdfx/tdfx_linux.c
+++ b/sys/dev/tdfx/tdfx_linux.c
@@ -28,7 +28,7 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
-#include <sys/capability.h>
+#include <sys/capsicum.h>
#include <sys/file.h>
#include <sys/kernel.h>
#include <sys/module.h>
OpenPOWER on IntegriCloud