atom feed1 message in org.freebsd.p4-projectsPERFORCE change 20301 for review
FromSent OnAttachments
Robert WatsonOct 28, 2002 11:40 am 
Subject:PERFORCE change 20301 for review
From:Robert Watson (rwat@FreeBSD.org)
Date:Oct 28, 2002 11:40:17 am
List:org.freebsd.p4-projects

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

Change 20301 by rwatson@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 majo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message