PERFORCE change 177899 for review

Garrett Cooper gcooper at FreeBSD.org
Fri May 7 12:36:19 UTC 2010


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

Change 177899 by gcooper at gcooper-bayonetta on 2010/05/07 12:35:58

	Shuffle around the headers by functional grouping.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/file.c#3 edit

Differences ...

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

@@ -22,15 +22,17 @@
 __FBSDID("$FreeBSD: src/lib/libpkg/file.c,v 1.1 2010/04/23 11:07:43 flz Exp $");
 
 #include <sys/wait.h>
-#include <archive.h>
-#include <archive_entry.h>
 #include <err.h>
 #include <errno.h>
 #include <fnmatch.h>
-#include <pkg.h>
 #include <pwd.h>
 #include <time.h>
 
+#include <archive.h>
+#include <archive_entry.h>
+
+#include <pkg.h>
+
 /* Quick check to see if a file exists */
 Boolean
 fexists(const char *fname)


More information about the p4-projects mailing list