diff options
author | explorer <explorer> | 1999-11-05 18:45:55 +0000 |
---|---|---|
committer | explorer <explorer> | 1999-11-05 18:45:55 +0000 |
commit | 77a524d1e08f7cca736af53d2c0921c447d73441 (patch) | |
tree | 803aabbd8369d6bbfcb923a9b4e5c6d3e052aabc /devel/mit-pthreads | |
parent | 0a2f585ef80fd39cb1d7f9f9e93fedc5988f25e0 (diff) | |
download | pkgsrc-77a524d1e08f7cca736af53d2c0921c447d73441.tar.gz |
do the machdep_sys_lseek() thing slightly differently, but do it everwhere via a common include file.
Diffstat (limited to 'devel/mit-pthreads')
-rw-r--r-- | devel/mit-pthreads/files/patch-sum | 3 | ||||
-rw-r--r-- | devel/mit-pthreads/patches/patch-bz | 11 |
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 |