wok view cyrus-imapd/stuff/50-FTBFS-gcc-4.0-fix.dpatch @ rev 11819

Up: seamonkey to 2.7.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 14:15:40 2012 -0500 (2012-02-25)
parents ac4e45db7a32
children
line source
1 diff -urN cyrus22-imapd-2.2.12~/tools/config2header cyrus22-imapd-2.2.12/tools/config2header
2 --- cyrus22-imapd-2.2.12~/tools/config2header 2004-06-22 21:02:31.000000000 +0200
3 +++ cyrus22-imapd-2.2.12/tools/config2header 2005-06-22 07:56:17.180293688 +0200
4 @@ -214,7 +214,6 @@
5 print HFILE <<EOF
6 IMAPOPT_LAST
7 };
8 -extern struct imapopt_s imapopts[];
10 enum enum_value {
11 IMAP_ENUM_ZERO = 0,
12 @@ -260,6 +259,8 @@
14 print HFILE <<EOF
15 };
16 +extern struct imapopt_s imapopts[];
17 +
18 #endif /* INCLUDED_IMAPOPTIONS_H */
19 EOF
20 ;