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
This commit is contained in:
parent
9172f424be
commit
fe34b515d9
16
mail/c-client/patches/patch-src_c-client_mail_c
Normal file
16
mail/c-client/patches/patch-src_c-client_mail_c
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
$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
|
Loading…
Reference in New Issue
Block a user