PERFORCE change 20301 for review
Robert Watson
rwatson at freebsd.org
Mon Oct 28 19:40:39 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=20301
Change 20301 by rwatson at rwatson_tislabs on 2002/10/28 11:39:52
Invert !'s in comments following #endif to match style(9).
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/sys/mac.h#201 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/sys/mac.h#201 (text+ko) ====
@@ -108,7 +108,7 @@
int mac_syscall(const char *_policyname, int _call, void *_arg);
int mac_to_text(mac_t mac, char **_text);
-#else /* !_KERNEL */
+#else /* _KERNEL */
/*
* Kernel functions to manage and evaluate labels.
@@ -339,6 +339,6 @@
*/
int vop_stdsetlabel_ea(struct vop_setlabel_args *ap);
-#endif /* _KERNEL */
+#endif /* !_KERNEL */
#endif /* !_SYS_MAC_H */
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list