]> Pileus Git - ~andy/fetchmail/commitdiff
Drop #include <com_err.h> from Kerberos 5 header file, fixes compile error on SUSE...
authorMatthias Andree <matthias.andree@gmx.de>
Sun, 14 May 2006 15:38:42 +0000 (15:38 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sun, 14 May 2006 15:38:42 +0000 (15:38 -0000)
svn path=/branches/BRANCH_6-3/; revision=4829

NEWS
kerberos.h

diff --git a/NEWS b/NEWS
index 1ce8459bea724dc69601bd2fc6cc0a7c7c101b97..4a5469f5eb515f6ff9e02561104fb796b0c4f91a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -60,6 +60,8 @@ fetchmail 6.3.5 (not yet released):
   completing NTLM handshake, for robustness and consistency.
   (Taken from the NetBSD portable packages collection, patch-ac.)
 * On NetBSD, link against -lroken -lcom_err if --with-kerberos is enabled.
+* Drop #include <com_err.h> from Kerberos 5 header file, fixes compile error on
+  SUSE Linux 10.0.
 
 # CHANGES:
 * Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes
index 713a505bfc2393d2c90eef9e0f787250ea87999a..fc0689dadf50abb5be664559e103d719dc7186b6 100644 (file)
@@ -11,7 +11,7 @@
 
 #ifdef KERBEROS_V5
 #include <krb5.h>
-#include <com_err.h>
+/* #include <com_err.h> */
 #endif
 
 #ifdef KERBEROS_V4