From: Ben Gras Date: Mon, 2 Apr 2007 14:41:06 +0000 (+0000) Subject: mount needs more memory to do system() for rs_down in the event a mount fails. X-Git-Tag: v3.1.3~23 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=c0ed0de7d1a17d99945d5bcac87dff3e5cfc0833;p=minix.git mount needs more memory to do system() for rs_down in the event a mount fails. --- 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 $@ $?