aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2004-06-02 08:16:21 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2004-06-02 08:16:21 +0000
commit94dffc977ca7439178f0a5e5e5aed48c63575ec6 (patch)
treefc945788f4fe93ba3b1a85b3bd901e736b970745 /lib
parente250dd4fadb837c0b0a476a9247feaa2efdc5f1f (diff)
downloadsrc-94dffc977ca7439178f0a5e5e5aed48c63575ec6.tar.gz
src-94dffc977ca7439178f0a5e5e5aed48c63575ec6.zip
Add MLINKS for new API functions.
Notes
Notes: svn path=/head/; revision=129991
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/Makefile5
-rw-r--r--lib/libarchive/Makefile.freebsd5
2 files changed, 6 insertions, 4 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index 13e3262b1773..c4fa3e48593d 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -4,7 +4,7 @@ LIB= archive
SHLIB_MAJOR= 1
.if ${MACHINE_ARCH} == "arm"
-WARNS?= 3
+WARNS?= 3
.else
WARNS?= 6
.endif
@@ -92,8 +92,9 @@ MLINKS+= archive_entry.3 archive_entry_symlink_w.3
MLINKS+= archive_entry.3 archive_entry_uname.3
MLINKS+= archive_entry.3 archive_entry_uname_w.3
MLINKS+= archive_read.3 archive_read_data.3
+MLINKS+= archive_read.3 archive_read_data_block.3
MLINKS+= archive_read.3 archive_read_data_into_buffer.3
-MLINKS+= archive_read.3 archive_read_data_into_file.3
+MLINKS+= archive_read.3 archive_read_data_into_fd.3
MLINKS+= archive_read.3 archive_read_data_skip.3
MLINKS+= archive_read.3 archive_read_extract.3
MLINKS+= archive_read.3 archive_read_extract_set_progress_callback.3
diff --git a/lib/libarchive/Makefile.freebsd b/lib/libarchive/Makefile.freebsd
index 13e3262b1773..c4fa3e48593d 100644
--- a/lib/libarchive/Makefile.freebsd
+++ b/lib/libarchive/Makefile.freebsd
@@ -4,7 +4,7 @@ LIB= archive
SHLIB_MAJOR= 1
.if ${MACHINE_ARCH} == "arm"
-WARNS?= 3
+WARNS?= 3
.else
WARNS?= 6
.endif
@@ -92,8 +92,9 @@ MLINKS+= archive_entry.3 archive_entry_symlink_w.3
MLINKS+= archive_entry.3 archive_entry_uname.3
MLINKS+= archive_entry.3 archive_entry_uname_w.3
MLINKS+= archive_read.3 archive_read_data.3
+MLINKS+= archive_read.3 archive_read_data_block.3
MLINKS+= archive_read.3 archive_read_data_into_buffer.3
-MLINKS+= archive_read.3 archive_read_data_into_file.3
+MLINKS+= archive_read.3 archive_read_data_into_fd.3
MLINKS+= archive_read.3 archive_read_data_skip.3
MLINKS+= archive_read.3 archive_read_extract.3
MLINKS+= archive_read.3 archive_read_extract_set_progress_callback.3