]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/cyrus-imapd-2.2.12-gcc4.patch
pakfire: use correct tree on x86_64.
[ipfire-2.x.git] / src / patches / cyrus-imapd-2.2.12-gcc4.patch
CommitLineData
b40388bb
MT
1--- tools/config2header 2005/04/13 08:56:16 1.1
2+++ tools/config2header 2005/04/13 08:57:48
3@@ -214,7 +214,6 @@
4 print HFILE <<EOF
5 IMAPOPT_LAST
6 };
7-extern struct imapopt_s imapopts[];
8
9 enum enum_value {
10 IMAP_ENUM_ZERO = 0,
11@@ -260,6 +259,9 @@
12
13 print HFILE <<EOF
14 };
15+
16+extern struct imapopt_s imapopts[];
17+
18 #endif /* INCLUDED_IMAPOPTIONS_H */
19 EOF
20 ;
21--- imap/fud.c 2005/04/13 09:19:05 1.1
22+++ imap/fud.c 2005/04/13 09:20:02
23@@ -202,6 +202,7 @@
24 r = begin_handling();
25
26 shut_down(r);
27+ return 0;
28 }
29
30 static void cyrus_timeout(int signo __attribute__((unused)))
31--- imap/smmapd.c 2005/04/13 09:19:12 1.1
32+++ imap/smmapd.c 2005/04/13 09:19:50
33@@ -199,6 +199,7 @@
34 r = begin_handling();
35
36 shut_down(r);
37+ return 0;
38 }
39
40 int verify_user(const char *key, long quotacheck,
41--- notifyd/notifyd.c 2005/04/13 09:19:23 1.1
42+++ notifyd/notifyd.c 2005/04/13 09:19:39
43@@ -266,4 +266,5 @@
44 r = do_notify();
45
46 shut_down(r);
47+ return 0;
48 }