88 # for chet |
88 # for chet |
89 reconfig: force |
89 reconfig: force |
90 |
90 |
91 ----------------------------------------------------------------------------- |
91 ----------------------------------------------------------------------------- |
92 |
92 |
93 Fix Bash getcwd(3) run-time issue seen on Solaris where size argument |
93 Fix Bash getcwd(3) runtime issue seen on Solaris where size argument |
94 of 0 does not malloc buffer as expected by Bash code. |
94 of 0 does not malloc buffer as expected by Bash code. |
95 |
95 |
96 Index: builtins/common.c |
96 Index: builtins/common.c |
97 --- builtins/common.c.orig 2011-01-05 23:51:26.000000000 +0100 |
97 --- builtins/common.c.orig 2011-01-05 23:51:26.000000000 +0100 |
98 +++ builtins/common.c 2011-02-21 18:56:01.000000000 +0100 |
98 +++ builtins/common.c 2011-02-21 18:56:01.000000000 +0100 |