Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2008 14:08:33 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133783 for review
Message-ID:  <200801211408.m0LE8XGO036972@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=133783

Change 133783 by rwatson@rwatson_freebsd_capabilities on 2008/01/21 14:07:40

	Don't borrow the include guards from priv.h, just the license text.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/sys/capability.h#5 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/sys/capability.h#5 (text+ko) ====

@@ -23,14 +23,14 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/capabilities/src/sys/sys/capability.h#4 $
+ * $P4: //depot/projects/trustedbsd/capabilities/src/sys/sys/capability.h#5 $
  */
 
 /*
  * Definitions for FreeBSD capabilities facility.
  */
-#ifndef _SYS_PRIV_H_
-#define	_SYS_PRIV_H_
+#ifndef _SYS_CAPABILITY_H_
+#define	_SYS_CAPABILITY_H_
 
 /*
  * cap_rights_t defines a mask of rights on a capability.  In the future,
@@ -133,4 +133,4 @@
 
 #endif /* !_KERNEL */
 
-#endif /* !_SYS_PRIV_H_ */
+#endif /* !_SYS_CAPABILITY_H_ */



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