ports/databases/cyrus-imspd/files/patch-imsp::dispatch.h
Maxim Sobolev 1546796035 - Make PORTVERSION to be compliant with the FreeBSD standards (remove
leading `v');

- increase buffer size, so that it's possible to store strings whose
  size exceeds 4k;

- bump PORTREVISION.
2003-09-07 15:21:09 +00:00

14 lines
221 B
C

$FreeBSD$
--- imsp/dispatch.h 2003/04/03 13:38:05 1.1
+++ imsp/dispatch.h 2003/04/03 13:38:26
@@ -42,7 +42,7 @@
* Start Date: 2/22/93
*/
-#define MAX_BUF 4096
+#define MAX_BUF (4096 * 1024)
#include <sasl.h>