From 9a9c4889b463ddc4f6e617ea0b515df6b6d28038 Mon Sep 17 00:00:00 2001 From: tuexen Date: Sat, 7 Apr 2018 20:54:37 +0000 Subject: [PATCH] MFC r327921: 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 a161f93496e..4fa06a1a9aa 100644 --- a/usr.bin/truss/syscalls.c +++ b/usr.bin/truss/syscalls.c @@ -2068,7 +2068,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 -- 2.45.0