PERFORCE change 179076 for review

Garrett Cooper gcooper at FreeBSD.org
Wed Jun 2 08:39:14 UTC 2010


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

Change 179076 by gcooper at gcooper-bayonetta on 2010/06/02 08:38:13

	Add a TODO for write_plist.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/plist.c#13 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/plist.c#13 (text+ko) ====

@@ -498,7 +498,11 @@
 
 }
 
-/* Write a packing list to a file, converting commands to ascii equivs */
+/* 
+ * Write a packing list to a file, converting commands to ascii equivs
+ *
+ * TODO: Rewrite *fp as an int-style file descriptor.
+ */
 int
 write_plist(Package *pkg, FILE *fp)
 {


More information about the p4-projects mailing list