repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gst-libav1: update to 1.24.11
[oi-userland.git]
/
components
/
library
/
uwimap
/
patches
/
z_20ec_imap_os_soln.h.patch
blob
27d8114d02c779d9b76065ea0c8d123f4e98be48
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
12
13
14
/* Many versions of SysV get this wrong */