X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/55f65ae2d3baf60396d3359db952460939de03ca..0c50c669:/uip/slocal.c?ds=inline diff --git a/uip/slocal.c b/uip/slocal.c index 11a44cc9..8daf6081 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -1042,8 +1042,9 @@ usr_folder (int fd, char *string) */ static int -usr_pipe (int fd, char *cmd, char *pgm, char **vec, int suppress) +usr_pipe (int fd_arg, char *cmd, char *pgm, char **vec, int suppress) { + volatile int fd = fd_arg; pid_t child_id; int i, bytes, seconds, status; struct stat st; @@ -1477,7 +1478,6 @@ suppress_duplicates (int fd, char *file) free (cp); fclose (in); return result; - break; case BODY: case FILEEOF: