Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2002 21:09:59 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18438 for review
Message-ID:  <200210010409.g9149xQ9028987@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18438

Change 18438 by rwatson@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@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?200210010409.g9149xQ9028987>