diff options
Diffstat (limited to 'libexec/ftpd/popen.c')
| -rw-r--r-- | libexec/ftpd/popen.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c index 28cecfb418bd..db0425fe3bfc 100644 --- a/libexec/ftpd/popen.c +++ b/libexec/ftpd/popen.c @@ -72,8 +72,7 @@ static int *pids; static int fds; FILE * -ftpd_popen(program, type) - char *program, *type; +ftpd_popen(char *program, char *type) { char *cp; FILE *iop; @@ -177,8 +176,7 @@ pfree: for (argc = 1; gargv[argc] != NULL; argc++) } int -ftpd_pclose(iop) - FILE *iop; +ftpd_pclose(FILE *iop) { int fdes, omask, status; pid_t pid; |
