summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'net/arla/patches/patch-bb')
-rw-r--r--net/arla/patches/patch-bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/arla/patches/patch-bb b/net/arla/patches/patch-bb
new file mode 100644
index 00000000000..bc07c2129cb
--- /dev/null
+++ b/net/arla/patches/patch-bb
@@ -0,0 +1,16 @@
+$NetBSD: patch-bb,v 1.3 2005/03/25 17:40:25 wennmach Exp $
+
+Make ss.c find com_err.h on NetBSD.
+
+
+--- lib/sl/ss.c.orig 2005-03-22 10:57:30.000000000 +0100
++++ lib/sl/ss.c 2005-03-22 10:58:37.000000000 +0100
+@@ -36,6 +36,8 @@
+ #include <com_err.h>
+ #elif defined(HAVE_ET_COM_ERR_H)
+ #include <et/com_err.h>
++#elif defined(HAVE_KRB5_COM_ERR_H)
++#include <krb5/com_err.h>
+ #endif
+ #include "ss.h"
+