summaryrefslogtreecommitdiff
path: root/debian/patches/input-err.diff
blob: ee9ed5530d28bad448eb382667a1d03b30ee5b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# DP: Define PGRP_PIPE to avoid race condition.

Index: b/input.c
===================================================================
--- a/input.c
+++ b/input.c
@@ -509,7 +509,7 @@
       if (nr == 0)
 	bp->b_flag |= B_EOF;
       else
-	bp->b_flag |= B_ERROR;
+	fatal_error("error reading input file: %s", strerror(errno));
       return (EOF);
     }