From 33fdc14c0cd663baae9fad419e3f9cfe12578196 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 16 Mar 2014 10:55:57 +0000 Subject: 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 --- sys/cddl/compat/opensolaris/sys/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/cddl/compat/opensolaris') diff --git a/sys/cddl/compat/opensolaris/sys/file.h b/sys/cddl/compat/opensolaris/sys/file.h index 5f83082..f9349fd 100644 --- a/sys/cddl/compat/opensolaris/sys/file.h +++ b/sys/cddl/compat/opensolaris/sys/file.h @@ -36,7 +36,7 @@ #ifdef _KERNEL typedef struct file file_t; -#include +#include static __inline file_t * getf(int fd, cap_rights_t *rightsp) -- cgit v1.1