cperciva    2007-01-05 10:48:18 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive.h.in archive_read.3 
                         archive_read_open_fd.c 
                         archive_read_open_file.c 
                         archive_read_open_filename.c 
                         archive_read_open_memory.c 
  Log:
  Change the client skipper API to use off_t instead of size_t/ssize_t; but
  wrap this within #if/#else/#endif so that it will only take effect once
  ARCHIVE_API_VERSION is increased (which should happen on HEAD some time
  between now and when RELENG_7 is branched).
  
  Revision  Changes    Path
  1.36      +5 -0      src/lib/libarchive/archive.h.in
  1.28      +5 -0      src/lib/libarchive/archive_read.3
  1.10      +9 -0      src/lib/libarchive/archive_read_open_fd.c
  1.18      +9 -0      src/lib/libarchive/archive_read_open_file.c
  1.17      +9 -0      src/lib/libarchive/archive_read_open_filename.c
  1.2       +9 -0      src/lib/libarchive/archive_read_open_memory.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