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)
This commit is contained in:
parent
e3020cfd3c
commit
3e1b607837
@ -58,7 +58,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include "truss.h"
|
||||
#include "extern.h"
|
||||
|
||||
#define MAXARGS 5
|
||||
#define MAXARGS 6
|
||||
|
||||
static void
|
||||
usage(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user