aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-01-05 21:26:06 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-01-05 21:26:06 +0000
commit5658140be488659ae02c74e3a5cf9752ca85c770 (patch)
treef1843a21763bbf143ec0c11bb136e5b4b9ee3224
parentf49ea46aff3442849f17661e28aad392b23fadcf (diff)
downloadfetchmail-5658140be488659ae02c74e3a5cf9752ca85c770.tar.gz
fetchmail-5658140be488659ae02c74e3a5cf9752ca85c770.tar.bz2
fetchmail-5658140be488659ae02c74e3a5cf9752ca85c770.zip
Get rid of a compiler warning.
svn path=/trunk/; revision=3015
-rw-r--r--driver.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/driver.c b/driver.c
index c531037b..5a691ca2 100644
--- a/driver.c
+++ b/driver.c
@@ -1293,11 +1293,7 @@ int
kerberos_auth (socket, canonical, principal)
/* authenticate to the server host using Kerberos V4 */
int socket; /* socket to server host */
-#if defined(__FreeBSD__) || defined(__OpenBSD__)
char *canonical; /* server name */
-#else
-const char *canonical; /* server name */
-#endif
char *principal;
{
char * host_primary;