Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2005 21:29:37 -0300 (BRT)
From:      Marcus Alves Grando <marcus@corp.grupos.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/85854: Update archive_read.3 fixing function archive_read_data_into_buffer()
Message-ID:  <200509080029.j880Tb8t091081@marcus.grupos.com.br>
Resent-Message-ID: <200509080030.j880UPr8074962@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         85854
>Category:       docs
>Synopsis:       Update archive_read.3 fixing function archive_read_data_into_buffer()
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 08 00:30:25 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509080029.j880Tb8t091081>