Module Name:    src
Committed By:   skrll
Date:           Sat Jan 19 09:11:55 UTC 2019

Modified Files:
        src/sys/arch/aarch64/include: param.h

Log Message:
Increase MSGBUFSIZE


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/aarch64/include/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/aarch64/include/param.h
diff -u src/sys/arch/aarch64/include/param.h:1.10 src/sys/arch/aarch64/include/param.h:1.11
--- src/sys/arch/aarch64/include/param.h:1.10	Mon Jan  7 22:00:30 2019
+++ src/sys/arch/aarch64/include/param.h	Sat Jan 19 09:11:55 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.10 2019/01/07 22:00:30 jdolecek Exp $ */
+/* $NetBSD: param.h,v 1.11 2019/01/19 09:11:55 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -123,7 +123,7 @@
 
 
 #ifndef MSGBUFSIZE
-#define MSGBUFSIZE		16384	/* default message buffer size */
+#define MSGBUFSIZE		65536	/* default message buffer size */
 #endif
 
 #define COHERENCY_UNIT		128

Reply via email to