PERFORCE change 18438 for review
Robert Watson
rwatson at freebsd.org
Tue Oct 1 04:09:59 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18438
Change 18438 by rwatson at rwatson_paprika on 2002/09/30 21:09:57
Garbage collect mac_pid_data, no longer used with macnewapi.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/sys/mac.h#166 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/sys/mac.h#166 (text+ko) ====
@@ -125,7 +125,6 @@
* Extended non-POSIX.1e interfaces that offer additional services
* available from the userland and kernel MAC frameworks.
*/
-struct mac_pid_data;
const char *mac_error(int _error);
void mac_error_to_errno(int _error);
int mac_free(mac_t _label);
@@ -197,12 +196,6 @@
struct mac_sebsd m_sebsd;
};
-struct mac_pid_data {
- char mpd_name[128]; /* arbitrarily-sized */
- char *mpd_data; /* label data to export */
- size_t *mpd_datalen; /* passed both in and out */
-};
-
#ifdef _KERNEL
/*
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