From owner-p4-projects@FreeBSD.ORG Sat May 15 05:01:05 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0FFDF1065677; Sat, 15 May 2010 05:01:05 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8858106566B for ; Sat, 15 May 2010 05:01:04 +0000 (UTC) (envelope-from gcooper@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B66898FC16 for ; Sat, 15 May 2010 05:01:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4F514Q5035318 for ; Sat, 15 May 2010 05:01:04 GMT (envelope-from gcooper@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4F514J9035316 for perforce@freebsd.org; Sat, 15 May 2010 05:01:04 GMT (envelope-from gcooper@FreeBSD.org) Date: Sat, 15 May 2010 05:01:04 GMT Message-Id: <201005150501.o4F514J9035316@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to gcooper@FreeBSD.org using -f From: Garrett Cooper To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 178287 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2010 05:01:05 -0000 http://p4web.freebsd.org/@@178287?ac=10 Change 178287 by gcooper@starr-bastion on 2010/05/15 05:00:43 Update comment as per API change. Affected files ... .. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/file.c#11 edit Differences ... ==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/file.c#11 (text+ko) ==== @@ -346,9 +346,8 @@ /* * Unpack a single file, denoted by file, to a buffer; this call uses * unpack_to_fd to first open the file, and once that has been completed - * it opens the file and proceeds to read it into the buffer -- either - * specified by buffer if buffer is not NULL, or attempts to allocate memory - * which will need to be freed by the user at a later date. + * it opens the file and proceeds to read it into the buffer which will + * need to be freed by the user at a later date. * * Returns an address to a buffer with the contents of *file if successful, or * returns NULL on failure.