cvs commit: src/lib/libarchive archive_read_open_file.c archive_write_open_file.c

Tim Kientzle kientzle at FreeBSD.org
Sat Feb 12 22:44:51 GMT 2005


kientzle    2005-02-12 22:44:51 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_open_file.c 
                         archive_write_open_file.c 
  Log:
  Flush input when reading from pipe to avoid "broken pipe" warnings.
  For example, when using 'gunzip | tar' to decompress.
  Also, fix some style issues (write null character as '\0').
  
  Thanks to: Jaakko Heinonen
  
  Revision  Changes    Path
  1.7       +31 -6     src/lib/libarchive/archive_read_open_file.c
  1.9       +4 -4      src/lib/libarchive/archive_write_open_file.c


More information about the cvs-src mailing list