15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
|
$OpenBSD: patch-src_mbox_c,v 1.1.1.1 2003/04/17 10:13:58 wilfried Exp $
|
||
|
--- src/mbox.c.orig Sat Mar 22 00:25:39 2003
|
||
|
+++ src/mbox.c Sat Mar 22 00:25:55 2003
|
||
|
@@ -42,7 +42,9 @@
|
||
|
#include "utils.h"
|
||
|
#include "filtering.h"
|
||
|
|
||
|
-#define MSGBUFSIZE 8192
|
||
|
+#ifndef MSGBUFSIZE
|
||
|
+# define MSGBUFSIZE 8192
|
||
|
+#endif
|
||
|
|
||
|
#define FPUTS_TO_TMP_ABORT_IF_FAIL(s) \
|
||
|
{ \
|