docs/85854: Update archive_read.3 fixing function archive_read_data_into_buffer()

Marcus Alves Grando marcus at corp.grupos.com.br
Thu Sep 8 01:00:37 UTC 2005


The following reply was made to PR docs/85854; it has been noted by GNATS.

From: Marcus Alves Grando <marcus at corp.grupos.com.br>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: docs/85854: Update archive_read.3 fixing function archive_read_data_into_buffer()
Date: Wed, 07 Sep 2005 21:53:44 -0300

 This is a multi-part message in MIME format.
 --------------000706040506010401070600
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 New attached patch...
 
 Regards
 
 -- 
 Marcus Alves Grando
 Grupos Internet S/A
 marcus(at)corp.grupos.com.br
 
 --------------000706040506010401070600
 Content-Type: text/x-patch;
  name="archive_read.3.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="archive_read.3.patch"
 
 --- archive_read.3.orig	Wed Sep  7 21:50:12 2005
 +++ archive_read.3	Wed Sep  7 21:51:55 2005
 @@ -95,7 +95,7 @@
  .Ft int
  .Fn archive_read_data_skip "struct archive *"
  .Ft int
 -.Fn archive_read_data_into_buffer "struct archive *" "void *"
 +.Fn archive_read_data_into_buffer "struct archive *" "void *" "size_t len"
  .Ft int
  .Fn archive_read_data_into_fd "struct archive *" "int fd"
  .Ft int
 
 --------------000706040506010401070600--



More information about the freebsd-doc mailing list