marcel 2007-07-28 23:00:43 UTC
FreeBSD src repository
Modified files:
usr.bin/truss main.c
Log:
Syscalls have at most 6 argument, not 5. See mmap(2) for example.
Previously the offset argument to mmap(2) would be bogus as we
weren't reading it in.
Approved by: re (kensmith)
Revision Changes Path
1.46 +1 -1 src/usr.bin/truss/main.c