openbsd-ports/mail/c-client/patches/patch-src_c-client_mail_c
henning fe34b515d9 c-client uses a logging function mm_dlog all over the place, and has a
function prototype for it in mail.h - that's it. the function itself is
nonexistant.
patch a stub in so c-client actually can work.

ok jakob@ some time ago
2003-06-20 13:41:02 +00:00

17 lines
435 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$OpenBSD: patch-src_c-client_mail_c,v 1.1 2003/06/20 13:41:02 henning Exp $
--- src/c-client/mail.c.orig Fri Jan 3 02:28:20 2003
+++ src/c-client/mail.c Fri Jun 20 15:31:10 2003
@@ -2798,7 +2798,11 @@ void mail_dlog (char *string,long flag)
{
mm_dlog ((debugsensitive || !flag) ? string : "<suppressed>");
}
-
+
+void mm_dlog (char *string)
+{
+}
+
/* Mail parse UID sequence
* Accepts: mail stream
* sequence to parse