Adding debian version 5.2.37-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
fa1b3d3922
commit
fc8a52c443
59 changed files with 8007 additions and 0 deletions
15
debian/patches/input-err.diff
vendored
Normal file
15
debian/patches/input-err.diff
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
# DP: Define PGRP_PIPE to avoid race condition.
|
||||
|
||||
Index: b/input.c
|
||||
===================================================================
|
||||
--- a/input.c
|
||||
+++ b/input.c
|
||||
@@ -517,7 +517,7 @@ b_fill_buffer (bp)
|
||||
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);
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue