From 280f0785e8a217f191b0059e0675ac30c2f4845e Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Tue, 6 Aug 2002 15:15:53 +0000 Subject: [PATCH] Rename mac_policy() to mac_syscall() to be more reflective of its purpose. Submitted by: cvance@tislabs.com Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs --- sys/kern/syscalls.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 3c6eee1f5a1a..bce5a2794d76 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -567,5 +567,5 @@ 392 STD BSD { int uuidgen(struct uuid *store, int count); } 393 MSTD BSD { int sendfile(int fd, int s, off_t offset, size_t nbytes, \ struct sf_hdtr *hdtr, off_t *sbytes, int flags); } -394 MNOIMPL BSD { int mac_policy(const char *policy, int call, \ +394 MNOIMPL BSD { int mac_syscall(const char *policy, int call, \ void *arg); }