svn commit: r258148 - head/sys/kern
Pawel Jakub Dawidek
pjd at FreeBSD.org
Thu Nov 14 22:57:08 UTC 2013
Author: pjd
Date: Thu Nov 14 22:57:07 2013
New Revision: 258148
URL: http://svnweb.freebsd.org/changeset/base/258148
Log:
Add a note that this file is compiled as part of the kernel and libc.
Requested by: kib
MFC after: 3 days
Modified:
head/sys/kern/subr_capability.c
Modified: head/sys/kern/subr_capability.c
==============================================================================
--- head/sys/kern/subr_capability.c Thu Nov 14 21:57:37 2013 (r258147)
+++ head/sys/kern/subr_capability.c Thu Nov 14 22:57:07 2013 (r258148)
@@ -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>
More information about the svn-src-head
mailing list