aboutsummaryrefslogtreecommitdiffstats
path: root/devel/m4/files/patch-src-output.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/m4/files/patch-src-output.c')
-rw-r--r--devel/m4/files/patch-src-output.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/m4/files/patch-src-output.c b/devel/m4/files/patch-src-output.c
deleted file mode 100644
index 5d97ec428d2..00000000000
--- a/devel/m4/files/patch-src-output.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/output.c.orig 2007-07-05 03:56:06.000000000 +0000
-+++ src/output.c 2007-12-12 03:48:25.000000000 +0000
-@@ -254,2 +254,8 @@
- "Warning: cannot protect diversion across forks"));
-+ /* POSIX states that it is undefined whether an append stream starts
-+ * at offset 0 or at the end. We want the beginning.
-+ */
-+ else if (fseeko (file, 0, SEEK_SET) != 0)
-+ M4ERROR ((EXIT_FAILURE, errno,
-+ "cannot seek to beginning of diversion"));
- return file;