aboutsummaryrefslogtreecommitdiffstats
path: root/net/priss/files/patch-ad
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-02-27 23:03:40 +0000
committerSteve Price <steve@FreeBSD.org>2000-02-27 23:03:40 +0000
commit565885bc43c540a267df039175729e920d48a176 (patch)
tree5be4b11595c05401210a7bfbd90d7fb59fab7359 /net/priss/files/patch-ad
parentde6b993bfa1194a88f56532618e3f62bd7c33b25 (diff)
Fix build errors on -current.
Diffstat (limited to 'net/priss/files/patch-ad')
-rw-r--r--net/priss/files/patch-ad10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/priss/files/patch-ad b/net/priss/files/patch-ad
new file mode 100644
index 000000000000..5e6eef95201b
--- /dev/null
+++ b/net/priss/files/patch-ad
@@ -0,0 +1,10 @@
+--- RhapServer/OSMutex.h.orig Sun Feb 27 09:45:03 2000
++++ RhapServer/OSMutex.h Sun Feb 27 09:45:12 2000
+@@ -44,6 +44,7 @@
+ #include "mymutex.h"
+ #else
+ #include <pthread.h>
++#include <pthread_np.h>
+ #endif
+
+ #include "OSHeaders.h"