From 6cedb451fb3036d1cdd3aa22fa9560300a9f59d1 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 1 Nov 2002 21:00:02 +0000 Subject: [PATCH] Rename __execve_mac() to __mac_execve() for increased consistency with other MAC system calls. Requested by: various (phk, gordont, jake, ...) --- 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 482b2a96b20c..fbb7e508ce7a 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -600,7 +600,7 @@ void *data, size_t nbytes); } 414 STD BSD { int extattr_delete_link(const char *path, \ int attrnamespace, const char *attrname); } -415 UNIMPL BSD __execve_mac +415 UNIMPL BSD __mac_execve 416 MSTD POSIX { int sigaction(int sig, const struct sigaction *act, \ struct sigaction *oact); } 417 MSTD BSD { int sigreturn(const struct __ucontext *sigcntxp); }