components/php-5_3/imap/patches/03_imap_os_soln.h.patch
changeset 4987 6a82655eda42
parent 4986 90a869b3f47a
child 4988 4b69c7c7e09b
equal deleted inserted replaced
4986:90a869b3f47a 4987:6a82655eda42
     1 --- imap-2007f/src/osdep/unix/os_soln.h_orig	Fri Jul 22 17:20:10 2011
       
     2 +++ imap-2007f/src/osdep/unix/os_soln.h	Mon Nov  7 14:21:29 2011
       
     3 @@ -37,7 +37,11 @@
       
     4  #include <utime.h>
       
     5  #include <syslog.h>
       
     6  #include <sys/file.h>
       
     7 +#if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
       
     8 +#define NOUSTAT 1
       
     9 +#else
       
    10  #include <ustat.h>
       
    11 +#endif
       
    12  
       
    13  
       
    14  /* Many versions of SysV get this wrong */