svn commit: r219130 - head/sys/conf

Robert Watson rwatson at FreeBSD.org
Tue Mar 1 13:24:49 UTC 2011


Author: rwatson
Date: Tue Mar  1 13:24:49 2011
New Revision: 219130
URL: http://svn.freebsd.org/changeset/base/219130

Log:
  Hook up sys_capability.c to the build.
  
  Sponsored by:   Google, Inc.
  Reviewed by:    anderson
  Discussed with: benl, kris, pjd
  Obtained from:  Capsicum Project
  MFC after:      3 months

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Tue Mar  1 13:23:37 2011	(r219129)
+++ head/sys/conf/files	Tue Mar  1 13:24:49 2011	(r219130)
@@ -2272,6 +2272,7 @@ kern/subr_turnstile.c		standard
 kern/subr_uio.c			standard
 kern/subr_unit.c		standard
 kern/subr_witness.c		optional witness
+kern/sys_capability.c		standard
 kern/sys_generic.c		standard
 kern/sys_pipe.c			standard
 kern/sys_process.c		standard


More information about the svn-src-head mailing list