[dovecot-cvs] dovecot/src/lib fdpass.c,1.33,1.34

cras at dovecot.org cras at dovecot.org
Fri Jul 30 06:04:55 EEST 2004


Update of /home/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv26215

Modified Files:
	fdpass.c 
Log Message:
include lib.h first



Index: fdpass.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/fdpass.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- fdpass.c	22 Jul 2004 19:37:25 -0000	1.33
+++ fdpass.c	30 Jul 2004 03:04:53 -0000	1.34
@@ -23,6 +23,12 @@
 #  define _XOPEN_SOURCE_EXTENDED /* for Tru64, breaks AIX */
 #endif
 
+#ifdef HAVE_CONFIG_H
+#  include "lib.h"
+#else
+#  define i_assert(x)
+#endif
+
 #include <string.h>
 #include <limits.h>
 #include <sys/types.h>
@@ -31,11 +37,6 @@
 #include <sys/un.h>
 #include <sys/uio.h>
 
-#ifdef HAVE_CONFIG_H
-#  include "lib.h"
-#else
-#  define i_assert(x)
-#endif
 #include "fdpass.h"
 
 /* RFC 2292 defines CMSG_*() macros, but some operating systems don't have them



More information about the dovecot-cvs mailing list