PERFORCE change 93043 for review

Robert Watson rwatson at FreeBSD.org
Thu Mar 9 06:11:22 PST 2006


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

Change 93043 by rwatson at rwatson_peppercorn on 2006/03/09 14:11:06

	Minor style tweaks.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd.h#4 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd.h#4 (text+ko) ====

@@ -43,21 +43,22 @@
 #define	SEBSD_MAC_EXTATTR_NAME		"sebsd"
 #define	SEBSD_MAC_EXTATTR_NAMESPACE	EXTATTR_NAMESPACE_SYSTEM
 
-extern int avc_debug_always_allow;
+extern int	avc_debug_always_allow;
 
 #ifdef _KERNEL
 
 #ifndef _M_SEBSD_DEF
 MALLOC_DECLARE(M_SEBSD);
-#define _M_SEBSD_DEF
+#define	_M_SEBSD_DEF
 #endif
 
 extern int sebsd_verbose;
 
-extern int security_init(void);
-extern int sebsd_syscall(struct thread *td, int call, void *args);
-extern int thread_has_system(struct thread *td, access_vector_t perm);
-extern int thread_has_security(struct thread *td, access_vector_t perm);
+extern int	security_init(void);
+extern int	sebsd_syscall(struct thread *td, int call, void *args);
+extern int	thread_has_system(struct thread *td, access_vector_t perm);
+extern int	thread_has_security(struct thread *td, access_vector_t perm);
+
 #endif /* _KERNEL */
 
 #endif /* _SYS_SECURITY_SEBSD_H */


More information about the p4-projects mailing list