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>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to