summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2007-04-05 15:51:19 +0000
committercperciva <cperciva@FreeBSD.org>2007-04-05 15:51:19 +0000
commit44021ff69137e8504972374860163a129e45810a (patch)
tree01fd418bd79b9b11b87128809b14ef6642cf0729 /lib/libarchive/Makefile
parent4d2fbcb41b2477001d2ee4af32075a064cfffbd7 (diff)
downloadFreeBSD-src-44021ff69137e8504972374860163a129e45810a.zip
FreeBSD-src-44021ff69137e8504972374860163a129e45810a.tar.gz
Move archive_read_data_into_buffer into archive_read.c, simplify its
implementation, and mark it as deprecated. It will be removed entirely in libarchive 3.0 (in FreeBSD 8.0?) but there's no reason for anyone to use it instead of archive_read_data. Approved by: kientzle
Diffstat (limited to 'lib/libarchive/Makefile')
-rw-r--r--lib/libarchive/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index fdf4a70..c6468be 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -46,7 +46,6 @@ SRCS= archive.h \
archive_check_magic.c \
archive_entry.c \
archive_read.c \
- archive_read_data_into_buffer.c \
archive_read_data_into_fd.c \
archive_read_extract.c \
archive_read_open_fd.c \
OpenPOWER on IntegriCloud