diff options
author | bad <bad@pkgsrc.org> | 1998-12-28 23:31:37 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1998-12-28 23:31:37 +0000 |
commit | 7b2b9e5d0b94383f815b21ab92ba6a5e5da250d2 (patch) | |
tree | 34ae177d57c3aaf7920926c9eba0d8ba67224e39 /devel/mit-pthreads/patches/patch-ap | |
parent | 2ea13db7c99bbedffe24a31c6f0d37515d8efa7d (diff) | |
download | pkgsrc-7b2b9e5d0b94383f815b21ab92ba6a5e5da250d2.tar.gz |
Need to include string.h.
Diffstat (limited to 'devel/mit-pthreads/patches/patch-ap')
-rw-r--r-- | devel/mit-pthreads/patches/patch-ap | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/devel/mit-pthreads/patches/patch-ap b/devel/mit-pthreads/patches/patch-ap index b5225c533af..53f7ed27a4b 100644 --- a/devel/mit-pthreads/patches/patch-ap +++ b/devel/mit-pthreads/patches/patch-ap @@ -1,8 +1,16 @@ -$NetBSD: patch-ap,v 1.1 1998/12/28 22:22:00 bad Exp $ +$NetBSD: patch-ap,v 1.2 1998/12/28 23:31:37 bad Exp $ ---- pthreads/fd.c.orig Tue Jan 13 14:28:04 1998 -+++ pthreads/fd.c Sat Oct 24 22:24:28 1998 -@@ -702,7 +702,7 @@ +--- pthreads/fd.c.orig Sun Jul 7 05:58:47 1996 ++++ pthreads/fd.c Tue Dec 29 00:13:33 1998 +@@ -49,6 +49,7 @@ + #include <sys/stat.h> + #include <sys/uio.h> + #include <stdarg.h> ++#include <string.h> + #include <fcntl.h> + #include <errno.h> + #include <pthread/posix.h> +@@ -565,7 +566,7 @@ */ off_t lseek(int fd, off_t offset, int whence) { |