jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / library / uwimap / patches / z_50ec_missing_headers.patch
blob8798388767c514d04acdb9bdbaa5f4a67651b7f0
1 Only in imap-2007f: .patched-z_50ec_missing_headers.patch
2 diff -ur imap-2007f-orig/src/dmail/dmail.c imap-2007f/src/dmail/dmail.c
3 --- imap-2007f-orig/src/dmail/dmail.c 2017-11-04 06:31:25.313126397 +0000
4 +++ imap-2007f/src/dmail/dmail.c 2017-11-04 06:42:36.805654585 +0000
5 @@ -30,6 +30,7 @@
6 #include <pwd.h>
7 #include <errno.h>
8 extern int errno; /* just in case */
9 +#include <ctype.h>
10 #include <sysexits.h>
11 #include <sys/file.h>
12 #include <sys/stat.h>
13 diff -ur imap-2007f-orig/src/mlock/mlock.c imap-2007f/src/mlock/mlock.c
14 --- imap-2007f-orig/src/mlock/mlock.c 2017-11-04 06:31:25.312386602 +0000
15 +++ imap-2007f/src/mlock/mlock.c 2017-11-04 06:39:45.466202025 +0000
16 @@ -40,6 +40,7 @@
17 #include <netdb.h>
18 #include <ctype.h>
19 #include <string.h>
20 +#include <unistd.h>
22 #define LOCKTIMEOUT 5 /* lock timeout in minutes */
23 #define LOCKPROTECTION 0664
24 Only in imap-2007f/src/mlock: mlock.c.~1~
25 diff -ur imap-2007f-orig/src/tmail/tmail.c imap-2007f/src/tmail/tmail.c
26 --- imap-2007f-orig/src/tmail/tmail.c 2017-11-04 06:31:25.313698634 +0000
27 +++ imap-2007f/src/tmail/tmail.c 2017-11-04 06:42:23.350153840 +0000
28 @@ -30,6 +30,7 @@
29 #include <pwd.h>
30 #include <errno.h>
31 extern int errno; /* just in case */
32 +#include <ctype.h>
33 #include <sysexits.h>
34 #include <sys/file.h>
35 #include <sys/stat.h>