fourth set of ANSI C changes: size_t; rest globskipdots to enabled default in subshells

This commit is contained in:
Chet Ramey
2023-01-04 09:18:59 -05:00
parent b2613ad1c0
commit 5b512e1121
16 changed files with 87 additions and 60 deletions
+2 -2
View File
@@ -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);