From c0ed0de7d1a17d99945d5bcac87dff3e5cfc0833 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 2 Apr 2007 14:41:06 +0000 Subject: [PATCH] mount needs more memory to do system() for rs_down in the event a mount fails. --- commands/simple/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/simple/Makefile b/commands/simple/Makefile index c3cce6f35..18ecc448c 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -566,7 +566,7 @@ modem: modem.c mount: mount.c $(CCLD) -o $@ $? - @install -S 4kw $@ + @install -S 12kw $@ mt: mt.c $(CCLD) -o $@ $? -- 2.44.0