From aadc59d2cea3828385a0fa2e72bd811cd94696d2 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Sun, 3 Apr 2005 05:42:25 +0000 Subject: - Remove unnecessary IS_INTERACTIVE from Makefile - Added patch to prevent crashing whith nonexistent maildir PR: ports/79495 Submitted by: maintainer --- mail/tpop3d/files/patch-maildir.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mail/tpop3d/files/patch-maildir.c (limited to 'mail/tpop3d/files/patch-maildir.c') diff --git a/mail/tpop3d/files/patch-maildir.c b/mail/tpop3d/files/patch-maildir.c new file mode 100644 index 000000000000..ef52a6d143e2 --- /dev/null +++ b/mail/tpop3d/files/patch-maildir.c @@ -0,0 +1,11 @@ +--- maildir.c.orig Tue Nov 25 01:23:20 2003 ++++ maildir.c Sun Apr 3 09:44:25 2005 +@@ -205,7 +205,7 @@ + mailbox M, failM = NULL; + struct timeval tv1, tv2; + float f; +- int locked; ++ int locked = 0; + + alloc_struct(_mailbox, M); + -- cgit v1.2.3