diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-12-30 23:11:52 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-12-30 23:11:52 +0000 |
| commit | 09bf11699fec5fab131b12aabed54e36fae688f7 (patch) | |
| tree | 3261ef64e7283146e48feff9265a46f60f8c34eb /usr.bin | |
| parent | a2036daf1cb6548ec15e7381771e0135e11cbb17 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/truss/syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c index 333e0d2321b2..47b0a4bd3b41 100644 --- a/usr.bin/truss/syscalls.c +++ b/usr.bin/truss/syscalls.c @@ -68,9 +68,9 @@ struct syscall syscalls[] = { { "mmap", 2, 6, { { Hex, 0 }, {Int, 1}, {Hex, 2}, {Hex, 3}, {Int, 4}, {Quad, 6}}}, { "open", 1, 3, - { { String | IN, 0} , { Int, 1}, {Octal, 2}}}, + { { String | IN, 0} , { Hex, 1}, {Octal, 2}}}, { "linux_open", 1, 3, - { { String, 0 }, { Int, 1}, { Octal, 2 }}}, + { { String, 0 }, { Hex, 1}, { Octal, 2 }}}, { "close", 1, 1, { { Int, 0 } } }, { "fstat", 1, 2, { { Int, 0}, {Ptr | OUT , 1 }}}, |
