summaryrefslogtreecommitdiff
path: root/mail/fetchmail/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'mail/fetchmail/patches/patch-ae')
-rw-r--r--mail/fetchmail/patches/patch-ae15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/fetchmail/patches/patch-ae b/mail/fetchmail/patches/patch-ae
deleted file mode 100644
index 20b16b4c72b..00000000000
--- a/mail/fetchmail/patches/patch-ae
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2000/03/04 02:16:06 wiz Exp $
-
---- ./conf.c.orig Fri Feb 18 04:31:22 2000
-+++ ./conf.c Fri Mar 3 01:00:56 2000
-@@ -249,8 +249,9 @@
- stringdump("via", ctl->server.via);
- stringdump("protocol",
- using_kpop ? "KPOP" : showproto(ctl->server.protocol));
-+#if !INET6_ENABLE
- numdump("port", ctl->server.port);
--#if INET6_ENABLE
-+#else
- stringdump("service", ctl->server.service);
- #endif
- numdump("timeout", ctl->server.timeout);