kientzle    2007-06-18 00:36:54 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_open_fd.c 
                         archive_read_open_filename.c 
  Log:
  Track whether the current read stream supports seek().  For now, we
  assume yes unless seek has previously failed, but I fear I'll have to
  avoid seeks under other circumstances.  (For instance, tape drives on
  FreeBSD seem to return garbage from lseek().)  Also, optimize away
  zero-byte skips.
  
  Revision  Changes    Path
  1.12      +11 -0     src/lib/libarchive/archive_read_open_fd.c
  1.19      +11 -0     src/lib/libarchive/archive_read_open_filename.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to