diff options
author | explorer <explorer@pkgsrc.org> | 1999-11-05 18:56:22 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 1999-11-05 18:56:22 +0000 |
commit | 796dd0209199e311734c7c151604fd4c9ee3d1e4 (patch) | |
tree | d66a494aba01347ec4f568af896e0f5d8f0bba13 /devel/mit-pthreads | |
parent | 2e7c2d23ff569cb11bdbb5094083d4bc20f87289 (diff) | |
download | pkgsrc-796dd0209199e311734c7c151604fd4c9ee3d1e4.tar.gz |
add machdep_sys_ftruncate() as well
Diffstat (limited to 'devel/mit-pthreads')
-rw-r--r-- | devel/mit-pthreads/files/patch-sum | 4 | ||||
-rw-r--r-- | devel/mit-pthreads/patches/patch-bz | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/mit-pthreads/files/patch-sum b/devel/mit-pthreads/files/patch-sum index e47954d56f1..63b62885321 100644 --- a/devel/mit-pthreads/files/patch-sum +++ b/devel/mit-pthreads/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.12 1999/11/05 18:45:55 explorer Exp $ +$NetBSD: patch-sum,v 1.13 1999/11/05 18:56:22 explorer Exp $ MD5 (patch-aa) = 5af930f67e251f5eb89b5414426d2396 MD5 (patch-ab) = 9bb4e83bd91f0159a522d8bfbba89362 @@ -50,4 +50,4 @@ MD5 (patch-bv) = ae924e0ad45db5f5c004c75fa78393b7 MD5 (patch-bw) = 66a0952c1c4fe77b7d541d741b0af361 MD5 (patch-bx) = 9c41bd8286902aae1bc4e610c8617c6c MD5 (patch-by) = d7a2a04c6607297c31dfa620e1c65f39 -MD5 (patch-bz) = 5da54fc2a14285c13b434c04fdaf6812 +MD5 (patch-bz) = 855d85111e9d78eb4698319e1390e74f diff --git a/devel/mit-pthreads/patches/patch-bz b/devel/mit-pthreads/patches/patch-bz index c6d3b15dd8a..b247061aafe 100644 --- a/devel/mit-pthreads/patches/patch-bz +++ b/devel/mit-pthreads/patches/patch-bz @@ -1,10 +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 @@ +--- include/pthread/fd.h.orig Sat Mar 25 15:51:48 1995 ++++ include/pthread/fd.h Fri Nov 5 10:54:54 1999 +@@ -117,6 +117,9 @@ #if defined(PTHREAD_KERNEL) +extern off_t machdep_sys_lseek(int, off_t, int); ++extern int machdep_sys_ftruncate(int, off_t); + #endif |