diff options
Diffstat (limited to 'security/lsh/patches/patch-ah')
-rw-r--r-- | security/lsh/patches/patch-ah | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/lsh/patches/patch-ah b/security/lsh/patches/patch-ah deleted file mode 100644 index 14e180dc15b..00000000000 --- a/security/lsh/patches/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -$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. */ |