diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2005-05-26 20:06:57 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2005-05-26 20:06:57 +0000 |
| commit | 42af4f50999fb1dd3eb8e988c7d6d07c65b0eb3d (patch) | |
| tree | 32d41cd38c25c7d2e3785ddcc9d5b6efe2490b25 /usr.bin | |
| parent | 26d8ca837e1b17f46b1600bb53351f18eb02eed3 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/truss/syscalls.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c index 71877ab3b9aa..5727b5b2e7dd 100644 --- a/usr.bin/truss/syscalls.c +++ b/usr.bin/truss/syscalls.c @@ -90,6 +90,8 @@ struct syscall syscalls[] = { { { Ptr, 0 }, {Int, 1}, {Mprot, 2}}}, { "open", 1, 3, { { String | IN, 0} , { Hex, 1}, {Octal, 2}}}, + { "mkdir", 1, 2, + { { String, 0} , {Octal, 1}}}, { "linux_open", 1, 3, { { String, 0 }, { Hex, 1}, { Octal, 2 }}}, { "close", 1, 1, |
