summaryrefslogtreecommitdiff
path: root/other-patches/fastforward-0.51.errno.patch
diff options
context:
space:
mode:
Diffstat (limited to 'other-patches/fastforward-0.51.errno.patch')
-rw-r--r--other-patches/fastforward-0.51.errno.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/other-patches/fastforward-0.51.errno.patch b/other-patches/fastforward-0.51.errno.patch
new file mode 100644
index 0000000..8dc0d4a
--- /dev/null
+++ b/other-patches/fastforward-0.51.errno.patch
@@ -0,0 +1,22 @@
+diff -u fastforward-0.51.orig/cdb_seek.c fastforward-0.51/cdb_seek.c
+--- fastforward-0.51.orig/cdb_seek.c 1998-05-19 11:25:42.000000000 -0500
++++ fastforward-0.51/cdb_seek.c 2004-01-29 11:22:24.000000000 -0600
+@@ -1,6 +1,5 @@
+ #include <sys/types.h>
+ #include <errno.h>
+-extern int errno;
+ #include "cdb.h"
+
+ #ifndef SEEK_SET
+diff -u fastforward-0.51.orig/error.h fastforward-0.51/error.h
+--- fastforward-0.51.orig/error.h 1998-05-19 11:25:42.000000000 -0500
++++ fastforward-0.51/error.h 2004-01-29 11:14:47.000000000 -0600
+@@ -1,7 +1,7 @@
+ #ifndef ERROR_H
+ #define ERROR_H
+
+-extern int errno;
++#include <errno.h>
+
+ extern int error_intr;
+ extern int error_nomem;