Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2018 14:10:45 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r327921 - head/usr.bin/truss
Message-ID:  <201801131410.w0DEAjn9072416@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tuexen
Date: Sat Jan 13 14:10:45 2018
New Revision: 327921
URL: https://svnweb.freebsd.org/changeset/base/327921

Log:
  Fix a typo introduced in r327919.

Modified:
  head/usr.bin/truss/syscalls.c

Modified: head/usr.bin/truss/syscalls.c
==============================================================================
--- head/usr.bin/truss/syscalls.c	Sat Jan 13 14:10:05 2018	(r327920)
+++ head/usr.bin/truss/syscalls.c	Sat Jan 13 14:10:45 2018	(r327921)
@@ -2143,7 +2143,7 @@ print_arg(struct syscall_args *sc, unsigned long *args
 			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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801131410.w0DEAjn9072416>