PERFORCE change 144288 for review

Robert Watson rwatson at FreeBSD.org
Sun Jun 29 16:27:11 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=144288

Change 144288 by rwatson at rwatson_fledge on 2008/06/29 16:27:05

	More minor style changes.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#30 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#30 (text+ko) ====

@@ -26,7 +26,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#29 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#30 $
  */
 
 #include <sys/types.h>
@@ -90,8 +90,8 @@
 static mach_port_t      port_set = MACH_PORT_NULL;
 
 #ifndef __BSM_INTERNAL_NOTIFY_KEY
-#define __BSM_INTERNAL_NOTIFY_KEY "com.apple.audit.change"
-#endif  /* __BSM_INTERNAL_NOTIFY_KEY */
+#define	__BSM_INTERNAL_NOTIFY_KEY "com.apple.audit.change"
+#endif /* __BSM_INTERNAL_NOTIFY_KEY */
 #endif /* USE_MACH_IPC */
 
 static TAILQ_HEAD(, dir_ent)	dir_q;
@@ -599,13 +599,13 @@
  */
 #define	DUPLICATE_INTERVAL	30
 #ifdef USE_MACH_IPC
-#define AT_SUCCESS	KERN_SUCCESS
+#define	AT_SUCCESS	KERN_SUCCESS
 
 /* ARGSUSED */
 kern_return_t
 audit_triggers(mach_port_t __unused audit_port, int trigger)
 #else
-#define AT_SUCCESS	0
+#define	AT_SUCCESS	0
 
 static int
 handle_audit_trigger(int trigger)


More information about the p4-projects mailing list