components/php-5_2/imap/patches/03_imap_os_soln.h.patch
changeset 461 edabdd6aff23
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/php-5_2/imap/patches/03_imap_os_soln.h.patch	Fri Aug 05 22:11:53 2011 -0700
@@ -0,0 +1,14 @@
+--- imap-2007e/src/osdep/unix/os_soln.h.ORIG	Sun Feb  8 18:02:42 2009
++++ imap-2007e/src/osdep/unix/os_soln.h	Sun Feb  8 18:03:21 2009
+@@ -37,7 +37,11 @@
+ #include <utime.h>
+ #include <syslog.h>
+ #include <sys/file.h>
++#if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
++#define NOUSTAT 1
++#else
+ #include <ustat.h>
++#endif
+ 
+ 
+ /* Many versions of SysV get this wrong */