From 0a71c082d2e13039ad5a065d4d1b36e0dd461b37 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 3 Oct 2015 19:08:36 +0000 Subject: [PATCH] Style fix. --- usr.bin/truss/syscalls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c index 1af6d35a5a48..6211baec6778 100644 --- a/usr.bin/truss/syscalls.c +++ b/usr.bin/truss/syscalls.c @@ -1452,6 +1452,7 @@ print_arg(struct syscall_args *sc, unsigned long *args, long *retval, case StatFs: { unsigned int i; struct statfs buf; + if (get_struct(pid, (void *)args[sc->offset], &buf, sizeof(buf)) != -1) { char fsid[17];