]> Zhao Yanbai Git Server - minix.git/commitdiff
Removed debug statement
authorBen Gras <ben@minix3.org>
Tue, 28 Jun 2005 13:08:52 +0000 (13:08 +0000)
committerBen Gras <ben@minix3.org>
Tue, 28 Jun 2005 13:08:52 +0000 (13:08 +0000)
commands/simple/diff.c

index 5102e2244422d51489c166384ae63fa0cc2198cc..c79d18cdd005f0c63c7d3081630ce6c29a305dc4 100755 (executable)
@@ -995,7 +995,6 @@ FILE *file1, *file2;                /* The corresponding file-pointers       */
                prenewend = newend;
        }
   }
-  fprintf(stderr, "pipe fd is %d\n", fileno(inputfp));
   status = pclose(inputfp);
   if (status != 0) diffs++;
   if (!WIFEXITED(status) || WEXITSTATUS(status) > 1) severe_error = 1;