PERFORCE change 178287 for review

Garrett Cooper gcooper at FreeBSD.org
Sat May 15 05:01:05 UTC 2010


http://p4web.freebsd.org/@@178287?ac=10

Change 178287 by gcooper at 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.


More information about the p4-projects mailing list