From f6b06699b2aee40f23b695938d4548f4425a020f Mon Sep 17 00:00:00 2001 From: rwatson Date: Thu, 5 Jul 2007 13:16:04 +0000 Subject: 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) --- sys/security/mac_bsdextended/mac_bsdextended.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/security/mac_bsdextended/mac_bsdextended.h') 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 -- cgit v1.1