diff options
| author | rsc <devnull@localhost> | 2003-11-25 02:11:11 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-11-25 02:11:11 +0000 |
| commit | 64bcfff3a12695f4e3f54b0590e896611da71c3b (patch) | |
| tree | 4069bf27ba50ec5fa81e1ca201fc38cf3cb496be /src/cmd | |
| parent | f7012583e9a7594cbb5ebe8e974bb69061189262 (diff) | |
| download | plan9port-64bcfff3a12695f4e3f54b0590e896611da71c3b.tar.gz plan9port-64bcfff3a12695f4e3f54b0590e896611da71c3b.zip | |
More tweaks on Linux and Solaris.
Diffstat (limited to 'src/cmd')
| -rw-r--r-- | src/cmd/samterm/plan9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/samterm/plan9.c b/src/cmd/samterm/plan9.c index f12f0850..f49393e6 100644 --- a/src/cmd/samterm/plan9.c +++ b/src/cmd/samterm/plan9.c @@ -15,7 +15,7 @@ static char *exname; -#define STACK 8192 +#define STACK 16384 void getscreen(int argc, char **argv) |
