freebsd-ports/databases/postgresql-devel-server/files/patch-src::backend::utils::init::findbe.c
Vanilla I. Shu 0c0bcdc10b Upgrade to 7.2, and spilit into several ports.
PR:		ports/34855
Submitted by:	maintainer.
2002-02-19 08:23:22 +00:00

14 lines
305 B
C

--- src/backend/utils/init/findbe.c.orig Tue Feb 19 16:03:38 2002
+++ src/backend/utils/init/findbe.c Tue Feb 19 16:03:45 2002
@@ -13,9 +13,9 @@
*/
#include "postgres.h"
+#include <sys/types.h>
#include <grp.h>
#include <pwd.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>