summaryrefslogtreecommitdiff
path: root/databases/sqsh/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-13 13:44:13 +0000
committerjoerg <joerg>2006-01-13 13:44:13 +0000
commit04df88eb82ba201bbf30029e10f13c4d088872ff (patch)
treed62d6ccca307b3328031bd7b9553285e599637c5 /databases/sqsh/patches
parent4f3dd5ff424e9bc5d2bf19a14d5c055eb01dba54 (diff)
downloadpkgsrc-04df88eb82ba201bbf30029e10f13c4d088872ff.tar.gz
Fix errno.
Diffstat (limited to 'databases/sqsh/patches')
-rw-r--r--databases/sqsh/patches/patch-af13
-rw-r--r--databases/sqsh/patches/patch-ag17
-rw-r--r--databases/sqsh/patches/patch-ah17
-rw-r--r--databases/sqsh/patches/patch-ai17
-rw-r--r--databases/sqsh/patches/patch-aj11
-rw-r--r--databases/sqsh/patches/patch-ak17
-rw-r--r--databases/sqsh/patches/patch-al17
7 files changed, 109 insertions, 0 deletions
diff --git a/databases/sqsh/patches/patch-af b/databases/sqsh/patches/patch-af
new file mode 100644
index 00000000000..14ec84be0c5
--- /dev/null
+++ b/databases/sqsh/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2006/01/13 13:44:13 joerg Exp $
+
+--- src/sqsh_config.h.orig 2006-01-12 17:37:59.000000000 +0000
++++ src/sqsh_config.h
+@@ -175,8 +175,6 @@
+ #include <errno.h>
+ #endif
+
+-extern int errno;
+-
+ #if !defined(HAVE_VOLATILE)
+ # define volatile
+ #endif
diff --git a/databases/sqsh/patches/patch-ag b/databases/sqsh/patches/patch-ag
new file mode 100644
index 00000000000..f1099200f29
--- /dev/null
+++ b/databases/sqsh/patches/patch-ag
@@ -0,0 +1,17 @@
+$NetBSD: patch-ag,v 1.1 2006/01/13 13:44:13 joerg Exp $
+
+--- src/dsp_bcp.c.orig 2006-01-12 17:39:07.000000000 +0000
++++ src/dsp_bcp.c
+@@ -24,4 +24,5 @@
+ */
+ #include <stdio.h>
++#include <errno.h>
+ #include <ctype.h>
+ #include "sqsh_config.h"
+@@ -31,6 +32,4 @@
+ #include "dsp.h"
+
+-extern int errno;
+-
+ /*-- Current Version --*/
+ #if !defined(lint) && !defined(__LINT__)
diff --git a/databases/sqsh/patches/patch-ah b/databases/sqsh/patches/patch-ah
new file mode 100644
index 00000000000..ccd5ab826ff
--- /dev/null
+++ b/databases/sqsh/patches/patch-ah
@@ -0,0 +1,17 @@
+$NetBSD: patch-ah,v 1.1 2006/01/13 13:44:13 joerg Exp $
+
+--- src/dsp_horiz.c.orig 2006-01-12 17:39:41.000000000 +0000
++++ src/dsp_horiz.c
+@@ -25,4 +25,5 @@
+ #include <stdio.h>
+ #include <ctype.h>
++#include <errno.h>
+ #include "sqsh_config.h"
+ #include "sqsh_error.h"
+@@ -31,6 +32,4 @@
+ #include "dsp.h"
+
+-extern int errno;
+-
+ /*-- Current Version --*/
+ #if !defined(lint) && !defined(__LINT__)
diff --git a/databases/sqsh/patches/patch-ai b/databases/sqsh/patches/patch-ai
new file mode 100644
index 00000000000..c7a4c7a04b6
--- /dev/null
+++ b/databases/sqsh/patches/patch-ai
@@ -0,0 +1,17 @@
+$NetBSD: patch-ai,v 1.1 2006/01/13 13:44:13 joerg Exp $
+
+--- src/dsp_html.c.orig 2006-01-12 17:40:20.000000000 +0000
++++ src/dsp_html.c
+@@ -25,4 +25,5 @@
+ #include <stdio.h>
+ #include <ctype.h>
++#include <errno.h>
+ #include "sqsh_config.h"
+ #include "sqsh_error.h"
+@@ -31,6 +32,4 @@
+ #include "dsp.h"
+
+-extern int errno;
+-
+ /*-- Current Version --*/
+ #if !defined(lint) && !defined(__LINT__)
diff --git a/databases/sqsh/patches/patch-aj b/databases/sqsh/patches/patch-aj
new file mode 100644
index 00000000000..f159dff7e60
--- /dev/null
+++ b/databases/sqsh/patches/patch-aj
@@ -0,0 +1,11 @@
+$NetBSD: patch-aj,v 1.1 2006/01/13 13:44:13 joerg Exp $
+
+--- src/dsp_out.c.orig 2006-01-12 17:40:48.000000000 +0000
++++ src/dsp_out.c
+@@ -31,6 +31,4 @@
+ #include "dsp.h"
+
+-extern int errno;
+-
+ /*-- Current Version --*/
+ #if !defined(lint) && !defined(__LINT__)
diff --git a/databases/sqsh/patches/patch-ak b/databases/sqsh/patches/patch-ak
new file mode 100644
index 00000000000..26208cebd03
--- /dev/null
+++ b/databases/sqsh/patches/patch-ak
@@ -0,0 +1,17 @@
+$NetBSD: patch-ak,v 1.1 2006/01/13 13:44:13 joerg Exp $
+
+--- src/dsp_pretty.c.orig 2006-01-12 17:41:24.000000000 +0000
++++ src/dsp_pretty.c
+@@ -25,4 +25,5 @@
+ #include <stdio.h>
+ #include <ctype.h>
++#include <errno.h>
+ #include "sqsh_config.h"
+ #include "sqsh_error.h"
+@@ -31,6 +32,4 @@
+ #include "dsp.h"
+
+-extern int errno;
+-
+ /*-- Current Version --*/
+ #if !defined(lint) && !defined(__LINT__)
diff --git a/databases/sqsh/patches/patch-al b/databases/sqsh/patches/patch-al
new file mode 100644
index 00000000000..11b2b781cdf
--- /dev/null
+++ b/databases/sqsh/patches/patch-al
@@ -0,0 +1,17 @@
+$NetBSD: patch-al,v 1.1 2006/01/13 13:44:13 joerg Exp $
+
+--- src/dsp_vert.c.orig 2006-01-12 17:41:49.000000000 +0000
++++ src/dsp_vert.c
+@@ -25,4 +25,5 @@
+ #include <stdio.h>
+ #include <ctype.h>
++#include <errno.h>
+ #include "sqsh_config.h"
+ #include "sqsh_error.h"
+@@ -31,6 +32,4 @@
+ #include "dsp.h"
+
+-extern int errno;
+-
+ /*-- Current Version --*/
+ #if !defined(lint) && !defined(__LINT__)