summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1998-03-16 08:28:28 +0000
committermycroft <mycroft@pkgsrc.org>1998-03-16 08:28:28 +0000
commit54d3ff092e93a2513a075dbf68bdb18a0478f14d (patch)
tree8e757e7c54c6ce535050e117ada28e107c9d59e4 /mail/fetchmail
parent50ccc15d2b5adc97f2e0e6fb59611ae105027a0b (diff)
downloadpkgsrc-54d3ff092e93a2513a075dbf68bdb18a0478f14d.tar.gz
Kill a compiler warning.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/patches/patch-ba11
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/fetchmail/patches/patch-ba b/mail/fetchmail/patches/patch-ba
index 517c0a9ebfe..1a7dc9f84a0 100644
--- a/mail/fetchmail/patches/patch-ba
+++ b/mail/fetchmail/patches/patch-ba
@@ -1,5 +1,5 @@
--- driver.c.orig Thu Mar 5 23:16:28 1998
-+++ driver.c Mon Mar 16 03:14:48 1998
++++ driver.c Mon Mar 16 03:20:15 1998
@@ -54,6 +54,11 @@
#include <krb.h>
#define krb_get_err_text(e) (krb_err_txt[e])
@@ -20,6 +20,15 @@
#endif /* ! defined (__bsdi__) */
#include <netinet/in.h>
#include <netdb.h>
+@@ -1594,7 +1600,7 @@
+ kerberos_auth (socket, canonical)
+ /* authenticate to the server host using Kerberos V4 */
+ int socket; /* socket to server host */
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__NetBSD__)
+ char *canonical; /* server name */
+ #else
+ const char *canonical; /* server name */
--- imap.c.orig Tue Mar 3 16:34:02 1998
+++ imap.c Mon Mar 16 03:15:37 1998
@@ -18,12 +18,18 @@