Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2010 12:36:18 GMT
From:      Garrett Cooper <gcooper@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 177899 for review
Message-ID:  <201005071236.o47CaIrf095414@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@177899?ac=10

Change 177899 by gcooper@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005071236.o47CaIrf095414>