From 98b74f0d1d47ff12384c7554be341eb297d2dfaa Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Thu, 14 Nov 2013 22:57:07 +0000 Subject: [PATCH] Add a note that this file is compiled as part of the kernel and libc. Requested by: kib MFC after: 3 days --- sys/kern/subr_capability.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/kern/subr_capability.c b/sys/kern/subr_capability.c index 61ace5ab6e4..1098448d4e5 100644 --- a/sys/kern/subr_capability.c +++ b/sys/kern/subr_capability.c @@ -30,6 +30,10 @@ #include __FBSDID("$FreeBSD$"); +/* + * Note that this file is compiled into the kernel and into libc. + */ + #ifdef _KERNEL #include #include