Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/libarchive/dist/libarchive Fix prototype.



details:   https://anonhg.NetBSD.org/src/rev/b174e369d910
branches:  trunk
changeset: 820101:b174e369d910
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Dec 29 20:07:49 2016 +0000

description:
Fix prototype.

diffstat:

 external/bsd/libarchive/dist/libarchive/archive_entry.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r d6fc440d856c -r b174e369d910 external/bsd/libarchive/dist/libarchive/archive_entry.3
--- a/external/bsd/libarchive/dist/libarchive/archive_entry.3   Thu Dec 29 19:40:35 2016 +0000
+++ b/external/bsd/libarchive/dist/libarchive/archive_entry.3   Thu Dec 29 20:07:49 2016 +0000
@@ -159,8 +159,8 @@
 .Fn archive_entry_clear "struct archive_entry *"
 .Ft struct archive_entry *
 .Fn archive_entry_clone "struct archive_entry *"
-.Ft const char * *
-.Fn archive_entry_copy_fflags_text_w "struct archive_entry *" "const char *"
+.Ft const char *
+.Fn archive_entry_copy_fflags_text "struct archive_entry *" "const char *"
 .Ft const wchar_t *
 .Fn archive_entry_copy_fflags_text_w "struct archive_entry *" "const wchar_t *"
 .Ft void



Home | Main Index | Thread Index | Old Index