summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/truss.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/truss/truss.h')
-rw-r--r--usr.bin/truss/truss.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/truss/truss.h b/usr.bin/truss/truss.h
index e8da036..00df4d6 100644
--- a/usr.bin/truss/truss.h
+++ b/usr.bin/truss/truss.h
@@ -39,7 +39,7 @@ struct trussinfo
int in_fork;
FILE *outfile;
- struct timeval start_time;
- struct timeval before;
- struct timeval after;
+ struct timespec start_time;
+ struct timespec before;
+ struct timespec after;
};
OpenPOWER on IntegriCloud