X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/43a65e9777214029046fe7a1427493e6e503a717..ad47ad24fe6707b96237b09e43dfbb4c3e2a2a82:/uip/slocal.c diff --git a/uip/slocal.c b/uip/slocal.c index c944cd69..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;