$OpenBSD: patch-nsprpub_pr_include_md__pth_h,v 1.1.1.1 2003/05/18 20:43:49 wilfried Exp $
--- nsprpub/pr/include/md/_pth.h.orig	Tue Jan  7 08:29:57 2003
+++ nsprpub/pr/include/md/_pth.h	Sun May 18 04:47:20 2003
@@ -248,7 +248,10 @@
  */
 #define PT_PRIO_MIN            1
 #define PT_PRIO_MAX            127
-#elif defined(NETBSD) || defined(OPENBSD) \
+#elif defined(OPENBSD)
+#define PT_PRIO_MIN            0
+#define PT_PRIO_MAX            31
+#elif defined(NETBSD) \
 	|| defined(BSDI) || defined(DARWIN) || defined(UNIXWARE) /* XXX */
 #define PT_PRIO_MIN            0
 #define PT_PRIO_MAX            126
