summaryrefslogtreecommitdiff
path: root/sys/src/cmd/sam/sam.h
diff options
context:
space:
mode:
authorsl <sl@stanleylieber.com>2021-02-19 21:15:15 -0500
committersl <sl@stanleylieber.com>2021-02-19 21:15:15 -0500
commit29e8ea26f2f9af2b9924e16dffd784bc5ae5685e (patch)
tree2610ddbaf1ace93abb59ead96fb5a9626ebeb627 /sys/src/cmd/sam/sam.h
parentbc1cc79225f0b006dd66d4fd81030d06f83bfca2 (diff)
sam/{address.c, sam.h}: bump STRSIZE to 512MB (thanks, Ori_B)
Diffstat (limited to 'sys/src/cmd/sam/sam.h')
-rw-r--r--sys/src/cmd/sam/sam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/sam/sam.h b/sys/src/cmd/sam/sam.h
index ae79a4bba..e9013c55b 100644
--- a/sys/src/cmd/sam/sam.h
+++ b/sys/src/cmd/sam/sam.h
@@ -18,7 +18,7 @@
#define INFINITY 0x7FFFFFFFL
#define INCR 25
-#define STRSIZE (2*BLOCKSIZE)
+#define STRSIZE (512<<20)
typedef long Posn; /* file position or address */
typedef ushort Mod; /* modification number */