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 (-3 / +3 lines)
Line  Link Here
0
-- tar-1.21-revert-pipe.patch
0
++ tar-1.23-revert-pipe.patch
Lines 115-123 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
+	FATAL_ERROR ((0, 0, _("Child died with signal %d"),
121
+		WTERMSIG (wait_status)));
121
+		WTERMSIG (wait_status)));
122
       else if (WEXITSTATUS (wait_status) != 0)
122
       else if (WEXITSTATUS (wait_status) != 0)
123
 	ERROR ((0, 0, _("Child returned status %d"),
123
 	ERROR ((0, 0, _("Child returned status %d"),

Return to bug 309001