Date: Tue, 13 Aug 2002 08:14:08 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 15924 for review Message-ID: <200208131514.g7DFE8WX015764@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15924 Change 15924 by rwatson@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@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?200208131514.g7DFE8WX015764>