summaryrefslogtreecommitdiff
path: root/net/ser/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/ser/patches/patch-ab')
-rw-r--r--net/ser/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ser/patches/patch-ab b/net/ser/patches/patch-ab
new file mode 100644
index 00000000000..3c3cbe55ead
--- /dev/null
+++ b/net/ser/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2007/06/01 00:26:36 wiz Exp $
+
+--- lock_ops.h.orig 2004-07-26 23:18:35.000000000 +0000
++++ lock_ops.h
+@@ -66,6 +66,9 @@ WARNING: - lock_set_init may fail for la
+ #ifndef _lock_ops_h
+ #define _lock_ops_h
+
++#include <errno.h>
++#include <string.h>
++#include "dprint.h"
+
+ #ifdef FAST_LOCK
+ #include "fastlock.h"