From 7b7a6b7351ac27aca6bbb3341d053b4cbdbf70c4 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Sat, 13 Jan 2018 14:10:45 +0000 Subject: [PATCH] Fix a typo introduced in r327919. --- usr.bin/truss/syscalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c index 317677273ff6..582c8f6916d8 100644 --- a/usr.bin/truss/syscalls.c +++ b/usr.bin/truss/syscalls.c @@ -2143,7 +2143,7 @@ print_arg(struct syscall_args *sc, unsigned long *args, long *retval, fprintf(fp, "0x%lx", args[sc->offset]); break; } -#define IOV_LIMIT 26 +#define IOV_LIMIT 16 case Iovec: { /* * Print argument as an array of struct iovec, where the next