diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2018-06-14 21:27:25 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2018-06-14 21:27:25 +0000 |
commit | 9da5364ed9633258f31bfa1235dd1ae7881bb956 (patch) | |
tree | 7a8cf798f402c676a4847dc4880f96b796ceadd0 /sys/kern | |
parent | 8d86bd564f8e12dbc0e16ef216bc8f6223e174d5 (diff) | |
download | src-9da5364ed9633258f31bfa1235dd1ae7881bb956.tar.gz src-9da5364ed9633258f31bfa1235dd1ae7881bb956.zip |
Notes
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/capabilities.conf | 2 | ||||
-rw-r--r-- | sys/kern/syscalls.master | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/capabilities.conf b/sys/kern/capabilities.conf index 61a8817af810..b0020c2f5706 100644 --- a/sys/kern/capabilities.conf +++ b/sys/kern/capabilities.conf @@ -438,7 +438,7 @@ oaio_write ## ## Allow simple VM operations on the current process. ## -obreak +break ## ## Allow AIO operations by file descriptor, subject to capability rights. diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 7fc90ed68762..6e23ef6e2332 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -118,8 +118,7 @@ 15 AUE_CHMOD STD { int chmod(_In_z_ char *path, int mode); } 16 AUE_CHOWN STD { int chown(_In_z_ char *path, \ int uid, int gid); } -17 AUE_NULL STD { caddr_t obreak(_In_ char *nsize); } break \ - obreak_args int +17 AUE_NULL STD { caddr_t break(_In_ char *nsize); } 18 AUE_GETFSSTAT COMPAT4 { int getfsstat( \ _Out_writes_bytes_opt_(bufsize) \ struct ostatfs *buf, \ |