git: 9front

Download patch

ref: 5b26dbcea3d5d2e7c996100fc740ef2c9411539c
parent: 4d23085fd1d34ab820b098f24e1b15c64dc245ca
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Aug 16 07:41:58 EDT 2023

tl: use IOUNIT for MAXIO

--- a/sys/src/cmd/tl/l.h
+++ b/sys/src/cmd/tl/l.h
@@ -222,7 +222,7 @@
 	NHUNK		= 100000,
 	MINSIZ		= 64,
 	NENT		= 100,
-	MAXIO		= 8192,
+	MAXIO		= IOUNIT,
 	MAXHIST		= 20,	/* limit of path elements for history symbols */
 
 	Roffset	= 22,		/* no. bits for offset in relocation address */
--