Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2009 00:50:00 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libarchive archive_read_open_fd.c archive_read_open_file.c archive_read_open_filename.c
Message-ID:  <200904170050.n3H0oDtH021099@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2009-04-17 00:50:00 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_open_fd.c 
                         archive_read_open_file.c 
                         archive_read_open_filename.c 
  Log:
  SVN rev 191171 on 2009-04-17 00:50:00Z by kientzle
  
  Don't use the open callback, which is deprecated (because it's
  never necessary).  Also, simplify just a tad by delegating
  to read_open_fd() when we know the file descriptor, instead
  of duplicating that logic.
  
  Revision  Changes    Path
  1.14      +24 -35    src/lib/libarchive/archive_read_open_fd.c
  1.21      +16 -26    src/lib/libarchive/archive_read_open_file.c
  1.23      +44 -81    src/lib/libarchive/archive_read_open_filename.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904170050.n3H0oDtH021099>