Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2002 23:25:04 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15718 for review
Message-ID:  <200208090625.g796P4Pr012038@freefall.freebsd.org>

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

Change 15718 by rwatson@rwatson_paprika on 2002/08/08 23:24:03

	Hopefully the last mac_policy() -> mac_syscall() from the integ.

Affected files ...

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

Differences ...

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

@@ -164,7 +164,7 @@
  * Extensions to POSIX.1e visible in the application namespace.
  */
 int	mac_is_present_np(const char *_policyname);
-int	mac_policy(const char *_policyname, int call, void *arg);
+int	mac_syscall(const char *_policyname, int call, void *arg);
 
 /*
  * System calls wrapped by some POSIX.1e functions.

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?200208090625.g796P4Pr012038>