1829f27dec
Add patch to make most modules build on NetBSD-4.99.20/amd64. XXX: pike.so still doesn't; it won't get installed and the PLIST is wrong.
14 lines
334 B
Text
14 lines
334 B
Text
$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"
|