git: 9front

Download patch

ref: 9338985550e2f61edef52d5bf0a999f04f3e5278
parent: b9629f526930bb8bfee49986fa24109decdcd95c
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Aug 16 08:08:27 EDT 2023

6a: use IOUNIT for BUFSIZ

--- a/sys/src/cmd/6a/a.h
+++ b/sys/src/cmd/6a/a.h
@@ -14,7 +14,7 @@
 #define	MAXALIGN	7
 #define	FPCHIP		1
 #define	NSYMB		500
-#define	BUFSIZ		8192
+#define	BUFSIZ		IOUNIT
 #define	HISTSZ		20
 #define	NINCLUDE	10
 #define	NHUNK		10000
--