svn commit: r288626 - head/usr.bin/truss
Bryan Drewery
bdrewery at FreeBSD.org
Sat Oct 3 19:08:37 UTC 2015
Author: bdrewery
Date: Sat Oct 3 19:08:36 2015
New Revision: 288626
URL: https://svnweb.freebsd.org/changeset/base/288626
Log:
Style fix.
Modified:
head/usr.bin/truss/syscalls.c
Modified: head/usr.bin/truss/syscalls.c
==============================================================================
--- head/usr.bin/truss/syscalls.c Sat Oct 3 18:57:15 2015 (r288625)
+++ head/usr.bin/truss/syscalls.c Sat Oct 3 19:08:36 2015 (r288626)
@@ -1452,6 +1452,7 @@ print_arg(struct syscall_args *sc, unsig
case StatFs: {
unsigned int i;
struct statfs buf;
+
if (get_struct(pid, (void *)args[sc->offset], &buf,
sizeof(buf)) != -1) {
char fsid[17];
More information about the svn-src-all
mailing list