mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
fourth set of ANSI C changes: size_t; rest globskipdots to enabled default in subshells
This commit is contained in:
+2
-2
@@ -5836,9 +5836,9 @@ initialize_subshell (void)
|
||||
int
|
||||
shell_execve (char *command, char **args, char **env)
|
||||
{
|
||||
int larray, i, fd;
|
||||
int i, fd, sample_len;
|
||||
char sample[HASH_BANG_BUFSIZ];
|
||||
int sample_len;
|
||||
size_t larray;
|
||||
|
||||
SETOSTYPE (0); /* Some systems use for USG/POSIX semantics */
|
||||
execve (command, args, env);
|
||||
|
||||
Reference in New Issue
Block a user