]> diplodocus.org Git - nmh/blobdiff - uip/slocal.c
Removed temporary probes added in commit
[nmh] / uip / slocal.c
index 11a44cc952c6e17705e409d72444292c4d565923..8daf6081ac9ccf2c3dd1f2a8c00e3b91e598ef22 100644 (file)
@@ -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: