]> Zhao Yanbai Git Server - minix.git/commitdiff
mount needs more memory to do system() for rs_down in the event a mount fails.
authorBen Gras <ben@minix3.org>
Mon, 2 Apr 2007 14:41:06 +0000 (14:41 +0000)
committerBen Gras <ben@minix3.org>
Mon, 2 Apr 2007 14:41:06 +0000 (14:41 +0000)
commands/simple/Makefile

index c3cce6f354a50614f70f953f1420912d67dcfef5..18ecc448cf64e62d1c64baba1d5c82bee60b2366 100755 (executable)
@@ -566,7 +566,7 @@ modem:      modem.c
 
 mount: mount.c
        $(CCLD) -o $@ $?
-       @install -S 4kw $@
+       @install -S 12kw $@
 
 mt:    mt.c
        $(CCLD) -o $@ $?