From: Philip Homburg Date: Wed, 29 Jun 2005 15:27:12 +0000 (+0000) Subject: More stack for chown X-Git-Tag: v3.1.0~673 X-Git-Url: http://zhaoyanbai.com/repos/nslookup.html?a=commitdiff_plain;h=eb3d5f2a54f7ab191b1de8f0411cf9690e9e3cf6;p=minix.git More stack for chown --- diff --git a/commands/simple/Makefile b/commands/simple/Makefile index 25e87f5b2..b5c2243f6 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -253,7 +253,7 @@ chmod: chmod.c chown: chown.c $(CCLD) -o $@ $? - @install -S 4kw $@ + @install -S 16kw $@ chroot: chroot.c $(CCLD) -o $@ $?