PERFORCE change 175890 for review

Garrett Cooper gcooper at FreeBSD.org
Sun Mar 21 02:29:27 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=175890

Change 175890 by gcooper at gcooper-bayonetta on 2010/03/21 02:29:10

	Fix a typo.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/lib/pen.c#3 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/lib/pen.c#3 (text+ko) ====

@@ -111,7 +111,7 @@
 
     if (!mkdtemp(pen)) {
 	cleanup(0);
-	errx(2, "%s: can't mktemp '%s'", __func__, pen);
+	errx(2, "%s: can't mkdtemp '%s'", __func__, pen);
     }
 
     if (Verbose) {


More information about the p4-projects mailing list