Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2003 20:20:29 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 34052 for review
Message-ID:  <200307040320.h643KTjG033104@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=34052

Change 34052 by rwatson@rwatson_fledge on 2003/07/03 20:19:51

	Declare mac_prepare_type().

Affected files ...

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

Differences ...

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

@@ -90,6 +90,7 @@
 int		 mac_prepare_file_label(mac_t *_label);
 int		 mac_prepare_ifnet_label(mac_t *_label);
 int		 mac_prepare_process_label(mac_t *_label);
+int		 mac_prepare_type(mac_t *_label, const char *_type);
 int		 mac_set_fd(int _fildes, const mac_t _label);
 int		 mac_set_file(const char *_path, mac_t _label);
 int		 mac_set_link(const char *_path, mac_t _label);



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