sh: Fix mismatch in array bounds for vforkexecshell().
Reviewed by: imp, jilles, emaste Reported by: GCC -Warray-parameter Differential Revision: https://reviews.freebsd.org/D36760
This commit is contained in:
parent
5ceec6c105
commit
10297a9ed4
@ -55,7 +55,7 @@ void setjobctl(int);
|
||||
void showjobs(int, int);
|
||||
struct job *makejob(union node *, int);
|
||||
pid_t forkshell(struct job *, union node *, int);
|
||||
pid_t vforkexecshell(struct job *, char **, char **, const char *, int, int []);
|
||||
pid_t vforkexecshell(struct job *, char **, char **, const char *, int, int [2]);
|
||||
int waitforjob(struct job *, int *);
|
||||
int stoppedjobs(void);
|
||||
int backgndpidset(void);
|
||||
|
Loading…
Reference in New Issue
Block a user