mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Decode chroot(2) args.
Approved by: re
This commit is contained in:
parent
7a06fe49dc
commit
3969f0fa13
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147389
@ -102,6 +102,8 @@ struct syscall syscalls[] = {
|
||||
{ { String, 0 }}},
|
||||
{ "chdir", 0, 1,
|
||||
{ { String, 0 }}},
|
||||
{ "chroot", 0, 1,
|
||||
{ { String, 0 }}},
|
||||
{ "mknod", 0, 3,
|
||||
{ { String, 0 }, { Octal, 1 }, { Int, 3 }}},
|
||||
{ "chmod", 0, 2,
|
||||
|
Loading…
Reference in New Issue
Block a user