PERFORCE change 15924 for review

Robert Watson rwatson at freebsd.org
Tue Aug 13 15:14:08 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15924

Change 15924 by rwatson at rwatson_tislabs on 2002/08/13 08:13:30

	Forward declare 'struct mac_pid_data' to unbreak world from
	the commit of the mac_get_pid() call.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/mac.h#150 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/mac.h#150 (text+ko) ====

@@ -144,6 +144,7 @@
 /*
  * POSIX.1e functions visible in the application namespace.
  */
+struct mac_pid_data;
 int	mac_dominate(const mac_t _labela, const mac_t _labelb);
 int	mac_equal(const mac_t labela, const mac_t _labelb);
 int	mac_free(void *_buf_p);
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