diff options
Diffstat (limited to 'otherlibs/unix/execv.c')
-rw-r--r-- | otherlibs/unix/execv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/otherlibs/unix/execv.c b/otherlibs/unix/execv.c index 755b2406e..5acb9bd41 100644 --- a/otherlibs/unix/execv.c +++ b/otherlibs/unix/execv.c @@ -17,8 +17,7 @@ extern char ** cstringvect(); -value unix_execv(path, args) /* ML */ - value path, args; +value unix_execv(value path, value args) /* ML */ { char ** argv; argv = cstringvect(args); |