summaryrefslogtreecommitdiff
path: root/databases/sqsh/patches/patch-ak
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/patch-ak
parent4f3dd5ff424e9bc5d2bf19a14d5c055eb01dba54 (diff)
downloadpkgsrc-04df88eb82ba201bbf30029e10f13c4d088872ff.tar.gz
Fix errno.
Diffstat (limited to 'databases/sqsh/patches/patch-ak')
-rw-r--r--databases/sqsh/patches/patch-ak17
1 files changed, 17 insertions, 0 deletions
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__)