net-snmp sun mods install: make sure destdirs exist
[unleashed-userland.git] / components / uwimap / patches / z_20ec_imap_os_soln.h.patch
blob27d8114d02c779d9b76065ea0c8d123f4e98be48
1 --- imap-2007b/src/osdep/unix/os_soln.h.ORIG Sun Feb 8 18:02:42 2009
2 +++ imap-2007b/src/osdep/unix/os_soln.h Sun Feb 8 18:03:21 2009
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
14 /* Many versions of SysV get this wrong */