Add a note that this file is compiled as part of the kernel and libc.

Requested by:	kib
MFC after:	3 days
This commit is contained in:
Pawel Jakub Dawidek 2013-11-14 22:57:07 +00:00
parent d4aff8d11e
commit 98b74f0d1d

View File

@ -30,6 +30,10 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/*
* Note that this file is compiled into the kernel and into libc.
*/
#ifdef _KERNEL
#include <sys/types.h>
#include <sys/capability.h>