summaryrefslogtreecommitdiff
path: root/databases/mysql/patches/patch-at
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>1998-10-28 18:18:07 +0000
committerbad <bad@pkgsrc.org>1998-10-28 18:18:07 +0000
commit7ebfab5050743136225d5aafcfcf0327c73be1b4 (patch)
tree9421ff816fae905be5fe92fe8a15540b0f8ee80a /databases/mysql/patches/patch-at
parent2c9eabaebc05f2c3aa0ee2e9b4709f0b9347d139 (diff)
downloadpkgsrc-7ebfab5050743136225d5aafcfcf0327c73be1b4.tar.gz
Update to mysql-3.21.33.b
Update mit-pthreads for 1.3H signal changes on alpha and i386. Update mit-pthreads for 1.3/1.3H on sparc (from 1.1 version). Enable building the server on sparc. Add mit-pthreads support for 1.3/1.3H on arm32. (Server doesn't work yet.) Fix two bugs in mit-pthreads with functions returning off_t's.
Diffstat (limited to 'databases/mysql/patches/patch-at')
-rw-r--r--databases/mysql/patches/patch-at21
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/mysql/patches/patch-at b/databases/mysql/patches/patch-at
new file mode 100644
index 00000000000..f1adf4a398b
--- /dev/null
+++ b/databases/mysql/patches/patch-at
@@ -0,0 +1,21 @@
+$NetBSD: patch-at,v 1.1 1998/10/28 18:18:09 bad Exp $
+
+--- mit-pthreads/machdep/engine-i386-netbsd-1.3.h.orig Mon Mar 2 19:44:34 1998
++++ mit-pthreads/machdep/engine-i386-netbsd-1.3.h Thu Oct 22 18:24:46 1998
+@@ -8,6 +8,7 @@
+ #include <unistd.h>
+ #include <setjmp.h>
+ #include <sys/time.h>
++#include <sys/signal.h> /* for _NSIG */
+
+ /*
+ * The first machine dependent functions are the SEMAPHORES
+@@ -37,7 +38,7 @@
+ * sigset_t macros
+ */
+ #define SIG_ANY(sig) (sig)
+-#define SIGMAX 31
++#define SIGMAX (_NSIG-1)
+
+ /*
+ * New Strutures