summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-06-02 08:16:21 +0000
committerkientzle <kientzle@FreeBSD.org>2004-06-02 08:16:21 +0000
commitb335f63ed5f49a63ea604f409b3d508aa41d7662 (patch)
treefc945788f4fe93ba3b1a85b3bd901e736b970745 /lib
parentd5f7a83e1b2d795a41b6ee882323609891e65aeb (diff)
downloadFreeBSD-src-b335f63ed5f49a63ea604f409b3d508aa41d7662.zip
FreeBSD-src-b335f63ed5f49a63ea604f409b3d508aa41d7662.tar.gz
Add MLINKS for new API functions.
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 13e3262..c4fa3e4 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 13e3262..c4fa3e4 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
OpenPOWER on IntegriCloud