cvs commit: src/sys/isofs/cd9660 cd9660_node.h

Tim Kientzle kientzle at FreeBSD.org
Thu Dec 7 23:43:53 PST 2006


kientzle    2006-12-08 07:43:53 UTC

  FreeBSD src repository

  Modified files:
    sys/isofs/cd9660     cd9660_node.h 
  Log:
  The ISO9660 spec does allow files up to 4G.  Change the i_size
  field to "unsigned long" so that it actually works.
  Thanks to Robert Sciuk for sending me a DVD that
  demonstrated ISO9660-formatted media with a file >2G.
  I've now fixed this both in libarchive and in the cd9660
  filesystem.
  
  MFC after: 14 days
  
  Revision  Changes    Path
  1.32      +1 -1      src/sys/isofs/cd9660/cd9660_node.h


More information about the cvs-src mailing list