diff options
Diffstat (limited to 'dev-libs/cyrus-imap-dev/files/2.2.10-imapopts.h.patch')
-rw-r--r-- | dev-libs/cyrus-imap-dev/files/2.2.10-imapopts.h.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/cyrus-imap-dev/files/2.2.10-imapopts.h.patch b/dev-libs/cyrus-imap-dev/files/2.2.10-imapopts.h.patch new file mode 100644 index 000000000000..12357eac1047 --- /dev/null +++ b/dev-libs/cyrus-imap-dev/files/2.2.10-imapopts.h.patch @@ -0,0 +1,21 @@ +--- lib/imapopts.h.orig 2006-12-20 21:33:37.000000000 +0100 ++++ lib/imapopts.h 2006-12-20 21:34:08.000000000 +0100 +@@ -178,10 +178,6 @@ + + }; + +-extern struct imapopt_s imapopts[]; +- +- +- + enum enum_value { + + IMAP_ENUM_ZERO = 0, +@@ -236,5 +232,7 @@ + + }; + ++extern struct imapopt_s imapopts[]; ++ + #endif /* INCLUDED_IMAPOPTIONS_H */ + |