summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-11-01 21:00:02 +0000
committerrwatson <rwatson@FreeBSD.org>2002-11-01 21:00:02 +0000
commit678a0e633139a3b295d83cad803fdd19b2a492b9 (patch)
tree9d93eafb4adb9c178872fb2c9f0d341ecfbe20a9 /sys/kern/syscalls.master
parentb9e794252a6883f154da6f9bcfd3767469ffb799 (diff)
downloadFreeBSD-src-678a0e633139a3b295d83cad803fdd19b2a492b9.zip
FreeBSD-src-678a0e633139a3b295d83cad803fdd19b2a492b9.tar.gz
Rename __execve_mac() to __mac_execve() for increased consistency
with other MAC system calls. Requested by: various (phk, gordont, jake, ...)
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 482b2a9..fbb7e50 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); }
OpenPOWER on IntegriCloud