From marcus@marcus.grupos.com.br  Thu Sep  8 00:29:41 2005
Return-Path: <marcus@marcus.grupos.com.br>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 51B1B16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Sep 2005 00:29:41 +0000 (GMT)
	(envelope-from marcus@marcus.grupos.com.br)
Received: from mail.grupos.com.br (mail.grupos.com.br [200.203.183.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5864343D46
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Sep 2005 00:29:40 +0000 (GMT)
	(envelope-from marcus@marcus.grupos.com.br)
Received: from corp.grupos.com.br (unknown [150.162.166.55])
	by mail.grupos.com.br (Postfix) with ESMTP id 5F9A011E060
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Sep 2005 21:29:38 -0300 (BRT)
Received: from marcus.grupos.com.br (unknown [150.162.166.51])
	by corp.grupos.com.br (Postfix) with ESMTP id 3F9EA5504
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Sep 2005 21:29:38 -0300 (BRT)
Received: from marcus.grupos.com.br (localhost [127.0.0.1])
	by marcus.grupos.com.br (8.13.4/8.13.4) with ESMTP id j880TbwS091082
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 7 Sep 2005 21:29:37 -0300 (BRT)
	(envelope-from marcus@marcus.grupos.com.br)
Received: (from root@localhost)
	by marcus.grupos.com.br (8.13.4/8.13.4/Submit) id j880Tb8t091081;
	Wed, 7 Sep 2005 21:29:37 -0300 (BRT)
	(envelope-from marcus)
Message-Id: <200509080029.j880Tb8t091081@marcus.grupos.com.br>
Date: Wed, 7 Sep 2005 21:29:37 -0300 (BRT)
From: Marcus Alves Grando <marcus@corp.grupos.com.br>
Reply-To: Marcus Alves Grando <marcus@corp.grupos.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update archive_read.3 fixing function archive_read_data_into_buffer()
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         85854
>Category:       docs
>Synopsis:       Update archive_read.3 fixing function archive_read_data_into_buffer()
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kientzle
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 08 00:30:25 GMT 2005
>Closed-Date:    Tue Sep 20 17:51:13 GMT 2005
>Last-Modified:  Tue Sep 20 17:51:13 GMT 2005
>Originator:     Marcus Alves Grando
>Release:        FreeBSD 6.0-BETA4 i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD marcus.grupos.com.br 6.0-BETA4 FreeBSD 6.0-BETA4 #40: Wed Sep 7 00:22:38 BRT 2005 root@marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386


	
>Description:

- Fix declaration of function archive_read_data_into_buffer() reflect archive.h

	
>How-To-Repeat:
	
>Fix:

	

--- archive_read.3.patch begins here ---
--- lib/libarchive/archive_read.3.orig	Wed Sep  7 21:21:28 2005
+++ lib/libarchive/archive_read.3	Wed Sep  7 21:22:39 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 *buffer" "size_t *len"
 .Ft int
 .Fn archive_read_data_into_fd "struct archive *" "int fd"
 .Ft int
--- archive_read.3.patch ends here ---


>Release-Note:
>Audit-Trail:

From: Marcus Alves Grando <marcus@corp.grupos.com.br>
To: bug-followup@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--
Responsible-Changed-From-To: freebsd-doc->kientzle 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Sun Sep 18 17:52:28 CEST 2005 
Responsible-Changed-Why:  
Over to the libarchive author. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85854 
State-Changed-From-To: open->closed 
State-Changed-By: kientzle 
State-Changed-When: Tue Sep 20 17:50:18 GMT 2005 
State-Changed-Why:  
Patch incorporated into -STABLE (archive_read.3 rev 1.22) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85854 
>Unformatted:
