summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_bsdextended/mac_bsdextended.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-07-05 13:16:04 +0000
committerrwatson <rwatson@FreeBSD.org>2007-07-05 13:16:04 +0000
commitf6b06699b2aee40f23b695938d4548f4425a020f (patch)
tree7c37cdca3b81ab5af101599f333bbe0728511e19 /sys/security/mac_bsdextended/mac_bsdextended.h
parente851fb4014aa378bae0c4f57bbe4ae85f9884d39 (diff)
downloadFreeBSD-src-f6b06699b2aee40f23b695938d4548f4425a020f.zip
FreeBSD-src-f6b06699b2aee40f23b695938d4548f4425a020f.tar.gz
In preparation for 7.0 privilege cleanup, clean up style:
- Sort copyrights by date. - Re-wrap, and in some cases, fix comments. - Fix tabbing, white space, remove extra blank lines. - Remove commented out debugging printfs. Approved by: re (kensmith)
Diffstat (limited to 'sys/security/mac_bsdextended/mac_bsdextended.h')
-rw-r--r--sys/security/mac_bsdextended/mac_bsdextended.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/security/mac_bsdextended/mac_bsdextended.h b/sys/security/mac_bsdextended/mac_bsdextended.h
index af3ae8f..c09abc0 100644
--- a/sys/security/mac_bsdextended/mac_bsdextended.h
+++ b/sys/security/mac_bsdextended/mac_bsdextended.h
@@ -40,10 +40,10 @@
#define MB_VERSION 2 /* Used to check library and kernel are the same. */
/*
- * Rights that can be represented in mbr_mode. These have the same values
- * as the V* rights in vnode.h, but in order to avoid sharing user and
- * kernel constants, we define them here. That will also improve ABI
- * stability if the in-kernel values change.
+ * Rights that can be represented in mbr_mode. These have the same values as
+ * the V* rights in vnode.h, but in order to avoid sharing user and kernel
+ * constants, we define them here. That will also improve ABI stability if
+ * the in-kernel values change.
*/
#define MBI_EXEC 000100
#define MBI_WRITE 000200
OpenPOWER on IntegriCloud