summaryrefslogtreecommitdiff
path: root/databases/mysql-server/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql-server/patches/patch-aj')
-rw-r--r--databases/mysql-server/patches/patch-aj20
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/mysql-server/patches/patch-aj b/databases/mysql-server/patches/patch-aj
deleted file mode 100644
index f42e01e2acb..00000000000
--- a/databases/mysql-server/patches/patch-aj
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aj,v 1.1.1.1 1999/05/06 23:37:01 tv Exp $
---- mit-pthreads/pthreads/fd.c.orig Tue Jan 13 06:28:04 1998
-+++ mit-pthreads/pthreads/fd.c Mon Dec 28 23:50:16 1998
-@@ -44,6 +44,7 @@
-
- #include <pthread.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <unistd.h>
- #include <sys/types.h>
- #include <sys/stat.h>
-@@ -702,7 +703,7 @@
- */
- off_t lseek(int fd, off_t offset, int whence)
- {
-- int ret;
-+ off_t ret;
-
- if ((ret = fd_lock(fd, FD_RDWR, NULL)) == OK) {
- ret = fd_table[fd]->ops->seek(fd_table[fd]->fd,