diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2005-12-06 14:13:39 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2005-12-06 14:13:39 +0000 |
| commit | c578cf5e863a28a692975f9376f8f0fdf7c816d5 (patch) | |
| tree | 080d4058f3790fb59ae185e6ad795ffe4ae77dd8 /usr.bin | |
| parent | 7b2d0a3eeefa9091f387cbf9701979e5ca5c7400 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/ktrdump/ktrdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ktrdump/ktrdump.c b/usr.bin/ktrdump/ktrdump.c index 33b846ede1d4..083370cd3fbe 100644 --- a/usr.bin/ktrdump/ktrdump.c +++ b/usr.bin/ktrdump/ktrdump.c @@ -253,7 +253,7 @@ main(int ac, char **av) if (rflag) { if (tlast == -1) tlast = tnow; - fprintf(out, "%16ju ", tlast - tnow); + fprintf(out, "%16ju ", tnow - tlast); tlast = tnow; } else fprintf(out, "%16ju ", tnow); |
