From: Ben Gras Date: Tue, 28 Jun 2005 13:08:52 +0000 (+0000) Subject: Removed debug statement X-Git-Tag: v3.1.0~688 X-Git-Url: http://zhaoyanbai.com/repos/migration-4to9?a=commitdiff_plain;h=bca51699a9d1e762e7ae79628d466dec39b046ac;p=minix.git Removed debug statement --- diff --git a/commands/simple/diff.c b/commands/simple/diff.c index 5102e2244..c79d18cdd 100755 --- a/commands/simple/diff.c +++ b/commands/simple/diff.c @@ -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;