Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2010 05:01:04 GMT
From:      Garrett Cooper <gcooper@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 178287 for review
Message-ID:  <201005150501.o4F514J9035316@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



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