]> git.pld-linux.org Git - packages/imap.git/blob - no-ustat.h.patch
- ustat.h has been removed in glibc 2.28
[packages/imap.git] / no-ustat.h.patch
1 --- imap-2007f/src/osdep/unix/os_lnx.h~ 2018-08-06 20:01:34.000000000 +0000
2 +++ imap-2007f/src/osdep/unix/os_lnx.h  2018-08-06 20:04:43.542554901 +0000
3 @@ -36,7 +36,7 @@
4  #include <fcntl.h>
5  #include <syslog.h>
6  #include <sys/file.h>
7 -#include <ustat.h>
8 +//#include <ustat.h>
9  
10  /* Linux gets this wrong */
11  
12 --- imap-2007f/src/osdep/unix/os_slx.h~ 2018-08-06 20:01:34.000000000 +0000
13 +++ imap-2007f/src/osdep/unix/os_slx.h  2018-08-06 20:03:23.613729212 +0000
14 @@ -36,7 +36,7 @@
15  #include <fcntl.h>
16  #include <syslog.h>
17  #include <sys/file.h>
18 -#include <ustat.h>
19 +//#include <ustat.h>
20  
21  /* Linux gets this wrong */
22  
This page took 0.069365 seconds and 3 git commands to generate.