Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2002 11:40:39 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20301 for review
Message-ID:  <200210281940.g9SJeddG023322@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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