Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2006 14:11:20 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 93043 for review
Message-ID:  <200603091411.k29EBKlU098342@repoman.freebsd.org>

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

Change 93043 by rwatson@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 */



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