From owner-freebsd-doc@FreeBSD.ORG Thu Sep 8 00:30:38 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8175516A41F for ; Thu, 8 Sep 2005 00:30:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 050C543D6B for ; Thu, 8 Sep 2005 00:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j880UPof074964 for ; Thu, 8 Sep 2005 00:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j880UPr8074962; Thu, 8 Sep 2005 00:30:25 GMT (envelope-from gnats) Resent-Date: Thu, 8 Sep 2005 00:30:25 GMT Resent-Message-Id: <200509080030.j880UPr8074962@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Alves Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51B1B16A420 for ; 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 ; 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 ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/85854: Update archive_read.3 fixing function archive_read_data_into_buffer() X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus Alves Grando List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 00:30:38 -0000 >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: