2008-10-17 08:46:33 -04:00
|
|
|
$OpenBSD: patch-src_common_smtp_h,v 1.2 2008/10/17 12:46:33 landry Exp $
|
|
|
|
--- src/common/smtp.h.orig Thu Jul 3 16:31:28 2008
|
|
|
|
+++ src/common/smtp.h Sat Oct 4 16:20:27 2008
|
|
|
|
@@ -32,7 +32,7 @@ typedef struct _SMTPSession SMTPSession;
|
2007-03-23 13:38:22 -04:00
|
|
|
|
|
|
|
#define SMTP_SESSION(obj) ((SMTPSession *)obj)
|
|
|
|
|
|
|
|
-#define MSGBUFSIZE 8192
|
2008-10-17 08:46:33 -04:00
|
|
|
+#define MESSAGEBUFSIZE 8192
|
2007-03-23 13:38:22 -04:00
|
|
|
|
|
|
|
typedef enum
|
|
|
|
{
|