Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 309001 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- tar-1.21-revert-pipe.patch
0
++ tar-1.23-revert-pipe.patch
Lines 115-121 Link Here
115
-	{
115
-	{
116
-	  int sig = WTERMSIG (wait_status);
116
-	  int sig = WTERMSIG (wait_status);
117
-	  if (!(!eof && sig == SIGPIPE))
117
-	  if (!(!eof && sig == SIGPIPE))
118
-	    ERROR ((0, 0, _("Child died with signal %d"), sig));
118
-	    FATAL_ERROR ((0, 0, _("Child died with signal %d"), sig));
119
-	}
119
-	}
120
+	ERROR ((0, 0, _("Child died with signal %d"),
120
+	ERROR ((0, 0, _("Child died with signal %d"),
121
+		WTERMSIG (wait_status)));
121
+		WTERMSIG (wait_status)));

Return to bug 309001