Date: Sun, 17 Jun 2007 00:43:50 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/diff context.c.diff Message-ID: <200706170043.l5H0hpOm027946@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2007-06-17 00:43:50 UTC FreeBSD src repository Modified files: gnu/usr.bin/diff context.c.diff Log: 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 Revision Changes Path 1.2 +10 -3 src/gnu/usr.bin/diff/context.c.diff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706170043.l5H0hpOm027946>