summaryrefslogtreecommitdiff
path: root/databases/mysql/patches/patch-av
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql/patches/patch-av')
-rw-r--r--databases/mysql/patches/patch-av18
1 files changed, 0 insertions, 18 deletions
diff --git a/databases/mysql/patches/patch-av b/databases/mysql/patches/patch-av
deleted file mode 100644
index c359a0de6bd..00000000000
--- a/databases/mysql/patches/patch-av
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-av,v 1.1 1998/10/28 18:18:09 bad Exp $
-
---- mit-pthreads/machdep/syscall-template-i386-netbsd-1.3.S.orig Mon Mar 2 19:44:34 1998
-+++ mit-pthreads/machdep/syscall-template-i386-netbsd-1.3.S Mon Oct 19 00:10:09 1998
-@@ -1,6 +1,13 @@
- #include <machine/asm.h>
- #include <sys/syscall.h>
-
-+#ifdef SYS___sigsuspend14
-+#define SYS_sigsuspend SYS___sigsuspend14
-+#endif
-+#ifdef SYS___sigprocmask14
-+#define SYS_sigprocmask SYS___sigprocmask14
-+#endif
-+
- #ifdef __STDC__
-
- #define SYSCALL(x) \