PERFORCE change 178285 for review

Garrett Cooper gcooper at FreeBSD.org
Sat May 15 04:39:44 UTC 2010


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

Change 178285 by gcooper at starr-bastion on 2010/05/15 04:39:34

	Abbreviate unpack API names.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/add/perform.c#8 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/add/perform.c#8 (text+ko) ====

@@ -147,7 +147,7 @@
 		    goto bomb;
 		}
 	    } else
-		cfile = unpack_file_to_fd(pkg, CONTENTS_FNAME);
+		cfile = unpack_to_fd(pkg, CONTENTS_FNAME);
 
 	    if (!cfile) {
 		warnx(


More information about the p4-projects mailing list