cvs commit: src/usr.bin/head head.c

Brooks Davis brooks at FreeBSD.org
Thu Jan 11 20:23:02 UTC 2007


brooks      2007-01-11 20:23:01 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/head         head.c 
  Log:
  Fix build on architectures where off_t is signed by casting to uintmax_t
  before comparing with a size_t.
  
  Revision  Changes    Path
  1.20      +1 -1      src/usr.bin/head/head.c


More information about the cvs-src mailing list