aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-15 23:45:08 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-15 23:45:08 +0000
commite69274122db6f97b940b82df119afb165e295cf9 (patch)
tree73ad8769a0b644bf12ecebbb4125cd6336a7b41b /imap.c
parentb9396f9d9f0c288376197d7c0d2bea343236f539 (diff)
downloadfetchmail-e69274122db6f97b940b82df119afb165e295cf9.tar.gz
fetchmail-e69274122db6f97b940b82df119afb165e295cf9.tar.bz2
fetchmail-e69274122db6f97b940b82df119afb165e295cf9.zip
Wolfgang Wander's patches.
svn path=/trunk/; revision=1516
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index 0a08688d..53779e8d 100644
--- a/imap.c
+++ b/imap.c
@@ -20,7 +20,7 @@
#include <des.h>
#define krb_get_err_text(e) (krb_err_txt[e])
#endif
-#if defined (__FreeBSD__)
+#if defined (__FreeBSD__) || defined(__linux__)
#define krb_get_err_text(e) (krb_err_txt[e])
#endif
#include <krb.h>