Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2013 22:57:07 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r258148 - head/sys/kern
Message-ID:  <201311142257.rAEMv7tQ026023@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311142257.rAEMv7tQ026023>