summaryrefslogtreecommitdiff
path: root/security/lsh/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'security/lsh/patches/patch-ah')
-rw-r--r--security/lsh/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/lsh/patches/patch-ah b/security/lsh/patches/patch-ah
new file mode 100644
index 00000000000..14e180dc15b
--- /dev/null
+++ b/security/lsh/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2007/02/22 17:38:34 drochner Exp $
+
+--- src/exception.h.orig 2007-02-09 14:08:16.000000000 +0100
++++ src/exception.h
+@@ -70,7 +70,7 @@ void exception_raise(struct exception_ha
+ { STATIC_HEADER, (r), (p), __FILE__ ":" STRING_LINE ": Static" }
+
+
+-#define HANDLER_CONTEXT (__FILE__ ":" STRING_LINE ": " FUNCTION_NAME)
++#define HANDLER_CONTEXT (__FILE__ ":" STRING_LINE)
+
+
+ /* Exception types. */