freebsd-dev/gnu/usr.bin/diff
Xin LI 9ba2645aa7 Fix build on arm: time_t on arm is 64 bits while long is
32 bits, so subsequent compile time assertion:

	sizeof inf->stat.st_mtime <= sizeof sec

Would fail because of that.  This change is suitable for
general consumption as well, but fix it in our local
patchset as we are near a code freeze.

Submitted by:	cognet
2007-06-17 00:43:50 +00:00
..
doc Update build skeleton after diffutils 2.8.7 update. 2007-06-15 07:09:34 +00:00
context.c.diff Fix build on arm: time_t on arm is 64 bits while long is 2007-06-17 00:43:50 +00:00
diff.c.diff Update build skeleton after diffutils 2.8.7 update. 2007-06-15 07:09:34 +00:00
Makefile Update build skeleton after diffutils 2.8.7 update. 2007-06-15 07:09:34 +00:00