diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-08-06 15:15:53 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-08-06 15:15:53 +0000 |
commit | 78fda4925f2b0118ab0e9c67690a0d165c523f61 (patch) | |
tree | 22cea8481ced80ef1817234a91e03c81097d6f07 /sys/kern | |
parent | d20661ba2238a6eda810c8742a10555ea6eb25fa (diff) | |
download | FreeBSD-src-78fda4925f2b0118ab0e9c67690a0d165c523f61.zip FreeBSD-src-78fda4925f2b0118ab0e9c67690a0d165c523f61.tar.gz |
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
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/syscalls.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 3c6eee1..bce5a27 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); } |