Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Mar 2014 21:05:00 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r263252 - head/sys/sys
Message-ID:  <201403162105.s2GL50QJ064272@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Sun Mar 16 21:05:00 2014
New Revision: 263252
URL: http://svnweb.freebsd.org/changeset/base/263252

Log:
  Fix a comment in capability.h: it got renamed to capsicum.h, not
  capability.h.
  
  MFC after:	3 weeks
  Spotted by:	alc, mcdouga9 at egr.msu.edu, thompsa

Modified:
  head/sys/sys/capability.h

Modified: head/sys/sys/capability.h
==============================================================================
--- head/sys/sys/capability.h	Sun Mar 16 20:39:39 2014	(r263251)
+++ head/sys/sys/capability.h	Sun Mar 16 21:05:00 2014	(r263252)
@@ -32,7 +32,7 @@
 /*
  * Historically, the key userspace and kernel Capsicum definitions were found
  * in this file.  However, it conflicted with POSIX.1e's capability.h, so has
- * been renamed capability.h.  The file remains for backwards compatibility
+ * been renamed capsicum.h.  The file remains for backwards compatibility
  * reasons as a nested include.
  */
 #ifndef _SYS_CAPABILITY_H_



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