aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmail/files/patch-pop2.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/fetchmail/files/patch-pop2.c')
-rw-r--r--mail/fetchmail/files/patch-pop2.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/fetchmail/files/patch-pop2.c b/mail/fetchmail/files/patch-pop2.c
deleted file mode 100644
index b99fd716ba67..000000000000
--- a/mail/fetchmail/files/patch-pop2.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- pop2.c
-+++ pop2.c
-@@ -132,8 +132,8 @@
- static const struct method pop2 =
- {
- "POP2", /* Post Office Protocol v2 */
-- 109, /* standard POP2 port */
-- 109, /* ssl POP2 port - not */
-+ "pop2", /* standard POP2 port */
-+ "pop2", /* ssl POP2 port - not */
- FALSE, /* this is not a tagged protocol */
- FALSE, /* does not use message delimiter */
- pop2_ok, /* parse command response */