Module Name:    src
Committed By:   wiz
Date:           Thu Dec 29 20:11:50 UTC 2016

Modified Files:
        src/external/bsd/libarchive/dist/libarchive: archive_write.3

Log Message:
Do not mention non-existing archive_write_set_format_shar_binary.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/external/bsd/libarchive/dist/libarchive/archive_write.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/libarchive/dist/libarchive/archive_write.3
diff -u src/external/bsd/libarchive/dist/libarchive/archive_write.3:1.4 src/external/bsd/libarchive/dist/libarchive/archive_write.3:1.5
--- src/external/bsd/libarchive/dist/libarchive/archive_write.3:1.4	Sat Jul 20 21:40:04 2013
+++ src/external/bsd/libarchive/dist/libarchive/archive_write.3	Thu Dec 29 20:11:50 2016
@@ -33,7 +33,6 @@
 .Nm archive_write_set_format_pax ,
 .Nm archive_write_set_format_pax_restricted ,
 .Nm archive_write_set_format_shar ,
-.Nm archive_write_set_format_shar_binary ,
 .Nm archive_write_set_format_ustar ,
 .Nm archive_write_get_bytes_per_block ,
 .Nm archive_write_set_bytes_per_block ,
@@ -86,8 +85,6 @@
 .Ft int
 .Fn archive_write_set_format_shar "struct archive *"
 .Ft int
-.Fn archive_write_set_format_shar_binary "struct archive *"
-.Ft int
 .Fn archive_write_set_format_ustar "struct archive *"
 .Ft int
 .Fn archive_write_set_format_options "struct archive *" "const char *"
@@ -177,7 +174,6 @@ A value of -1 here indicates that the li
 Fn archive_write_set_format_pax , \
 Fn archive_write_set_format_pax_restricted , \
 Fn archive_write_set_format_shar , \
-Fn archive_write_set_format_shar_binary , \
 Fn archive_write_set_format_ustar
 Sets the format that will be used for the archive.
 The library can write

Reply via email to