diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-01-05 21:26:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-01-05 21:26:06 +0000 |
commit | 5658140be488659ae02c74e3a5cf9752ca85c770 (patch) | |
tree | f1843a21763bbf143ec0c11bb136e5b4b9ee3224 | |
parent | f49ea46aff3442849f17661e28aad392b23fadcf (diff) | |
download | fetchmail-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.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |