diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2010-03-28 13:16:08 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2010-03-28 13:16:08 +0000 |
| commit | 99742a231f9bc662d03fb37ee620500cc1b4a8a7 (patch) | |
| tree | 5c6d55680c37f3cbfd9460fbab60d39b1ecb8ae7 /gnu/usr.bin/diff/diff.c.diff | |
| parent | 510ea843baf66ae678ca6ddbbbca9816177be5b0 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/diff/diff.c.diff')
| -rw-r--r-- | gnu/usr.bin/diff/diff.c.diff | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/usr.bin/diff/diff.c.diff b/gnu/usr.bin/diff/diff.c.diff index 884a9c49d2ef..28b90ab0ee81 100644 --- a/gnu/usr.bin/diff/diff.c.diff +++ b/gnu/usr.bin/diff/diff.c.diff @@ -49,21 +49,3 @@ $FreeBSD$ output_style = style; } } -@@ -997,7 +1001,7 @@ - #ifdef ST_MTIM_NSEC - - # if HAVE_CLOCK_GETTIME && defined CLOCK_REALTIME -- if (clock_gettime (CLOCK_REALTIME, &st->st_mtim) == 0) -+ if (clock_gettime (CLOCK_REALTIME, &st->st_mtimespec) == 0) - return; - # endif - -@@ -1007,7 +1011,7 @@ - if (gettimeofday (&timeval, 0) == 0) - { - st->st_mtime = timeval.tv_sec; -- st->st_mtim.ST_MTIM_NSEC = timeval.tv_usec * 1000; -+ st->st_mtimespec.ST_MTIM_NSEC = timeval.tv_usec * 1000; - return; - } - } |
