diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2008-01-03 00:18:03 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2008-01-03 00:18:03 +0000 |
| commit | 9a62623a1549906df4d85bf86e2cac8c84629cc2 (patch) | |
| tree | c584f4ff1fa35965081dca70360211c562c081f1 /usr.bin | |
| parent | 65475bc8e6c268f6054a4ec9cfdb277c2c58cac3 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/truss/syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c index 642c29f14ea5..18f87fec8807 100644 --- a/usr.bin/truss/syscalls.c +++ b/usr.bin/truss/syscalls.c @@ -145,7 +145,7 @@ struct syscall syscalls[] = { { { Int, 0 }, { BinString | IN, 1 }, { Int, 2 }}}, { "ioctl", 1, 3, { { Int, 0 }, { Ioctl, 1 }, { Hex, 2 }}}, - { "break", 1, 1, { { Hex, 0 }}}, + { "break", 1, 1, { { Ptr, 0 }}}, { "exit", 0, 1, { { Hex, 0 }}}, { "access", 1, 2, { { Name | IN, 0 }, { Int, 1 }}}, { "sigaction", 1, 3, |
