summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorexplorer <explorer>1999-11-05 18:45:55 +0000
committerexplorer <explorer>1999-11-05 18:45:55 +0000
commit7072c4421c30a28bc70d91801e7a11b360f9a679 (patch)
tree803aabbd8369d6bbfcb923a9b4e5c6d3e052aabc /devel
parentd63c62d5d67e6e381e26ac80e6ef29ab19eb955a (diff)
downloadpkgsrc-7072c4421c30a28bc70d91801e7a11b360f9a679.tar.gz
do the machdep_sys_lseek() thing slightly differently, but do it everwhere via a common include file.
Diffstat (limited to 'devel')
-rw-r--r--devel/mit-pthreads/files/patch-sum3
-rw-r--r--devel/mit-pthreads/patches/patch-bz11
2 files changed, 13 insertions, 1 deletions
diff --git a/devel/mit-pthreads/files/patch-sum b/devel/mit-pthreads/files/patch-sum
index e9f5babf797..e47954d56f1 100644
--- a/devel/mit-pthreads/files/patch-sum
+++ b/devel/mit-pthreads/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.11 1999/11/05 18:34:46 explorer Exp $
+$NetBSD: patch-sum,v 1.12 1999/11/05 18:45:55 explorer Exp $
MD5 (patch-aa) = 5af930f67e251f5eb89b5414426d2396
MD5 (patch-ab) = 9bb4e83bd91f0159a522d8bfbba89362
@@ -50,3 +50,4 @@ MD5 (patch-bv) = ae924e0ad45db5f5c004c75fa78393b7
MD5 (patch-bw) = 66a0952c1c4fe77b7d541d741b0af361
MD5 (patch-bx) = 9c41bd8286902aae1bc4e610c8617c6c
MD5 (patch-by) = d7a2a04c6607297c31dfa620e1c65f39
+MD5 (patch-bz) = 5da54fc2a14285c13b434c04fdaf6812
diff --git a/devel/mit-pthreads/patches/patch-bz b/devel/mit-pthreads/patches/patch-bz
new file mode 100644
index 00000000000..c6d3b15dd8a
--- /dev/null
+++ b/devel/mit-pthreads/patches/patch-bz
@@ -0,0 +1,11 @@
+--- include/pthread/fd.h Sat Mar 25 15:51:48 1995
++++ include/pthread/fd.h Fri Nov 5 10:37:43 1999
+@@ -117,6 +117,8 @@
+
+ #if defined(PTHREAD_KERNEL)
+
++extern off_t machdep_sys_lseek(int, off_t, int);
++
+ #endif
+
+ __END_DECLS