diff options
Diffstat (limited to 'mail/dovecot/files/patch-module-dir.c')
-rw-r--r-- | mail/dovecot/files/patch-module-dir.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/dovecot/files/patch-module-dir.c b/mail/dovecot/files/patch-module-dir.c deleted file mode 100644 index 2673e4964a8..00000000000 --- a/mail/dovecot/files/patch-module-dir.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/lib/module-dir.c.orig Sat May 6 10:00:05 2006 -+++ src/lib/module-dir.c Sun May 28 06:22:06 2006 -@@ -24,6 +24,9 @@ - const char *error; - void *ret; - -+ /* reset dlerror */ -+ (void)dlerror(); -+ - /* get our init func */ - ret = dlsym(module->handle, symbol); - |