Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2003 08:16:31 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 40093 for review
Message-ID:  <200310211516.h9LFGV26076884@repoman.freebsd.org>

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

Change 40093 by rwatson@rwatson_tislabs on 2003/10/21 08:15:44

	Integrate C++ism.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/mac.h#248 integrate

Differences ...

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

@@ -31,7 +31,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: src/sys/sys/mac.h,v 1.45 2003/08/29 02:43:57 rwatson Exp $
+ * $FreeBSD: src/sys/sys/mac.h,v 1.46 2003/10/02 03:07:51 rwatson Exp $
  */
 /*
  * Userland/kernel interface for Mandatory Access Control.
@@ -77,6 +77,7 @@
  * Extended non-POSIX.1e interfaces that offer additional services
  * available from the userland and kernel MAC frameworks.
  */
+__BEGIN_DECLS
 int	 mac_execve(char *fname, char **argv, char **envv, mac_t _label);
 int	 mac_free(mac_t _label);
 int	 mac_from_text(mac_t *_label, const char *_text);
@@ -97,6 +98,7 @@
 int	 mac_set_proc(const mac_t _label);
 int	 mac_syscall(const char *_policyname, int _call, void *_arg);
 int	 mac_to_text(mac_t mac, char **_text);
+__END_DECLS
 
 #else /* _KERNEL */
 



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