Index: ipv6-connect.c
===================================================================
RCS file: /home/cvs/debian/fetchmail/ipv6-connect.c,v
retrieving revision 1.4
diff -u -r1.4 ipv6-connect.c
--- ipv6-connect.c 2001/03/12 04:36:40 1.4
+++ ipv6-connect.c 2001/03/13 12:57:13
@@ -7,6 +7,8 @@
*/
+#ifdef INET6_ENABLE
+
#include "config.h"
#include <sys/types.h>
#include <stdio.h>
@@ -41,7 +43,6 @@
}
#endif /* SA_LEN */
-#ifdef INET6_ENABLE
static int default_trying_callback(struct sockaddr *sa)
{
char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV];
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh