diff options
author | mycroft <mycroft> | 1998-03-16 08:28:28 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-16 08:28:28 +0000 |
commit | 9fe42a588b3aa74fc6fcb2c2cb6b3a8d5102541d (patch) | |
tree | 8e757e7c54c6ce535050e117ada28e107c9d59e4 | |
parent | 423b933af2a1c95a4a3e7fbb7e3c834561f9db2e (diff) | |
download | pkgsrc-9fe42a588b3aa74fc6fcb2c2cb6b3a8d5102541d.tar.gz |
Kill a compiler warning.
-rw-r--r-- | mail/fetchmail/patches/patch-ba | 11 |
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 @@ |