cvs commit: src/gnu/usr.bin/diff context.c.diff

Xin LI delphij at FreeBSD.org
Sun Jun 17 00:43:51 UTC 2007


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


More information about the cvs-src mailing list