diff options
author | bad <bad@pkgsrc.org> | 1999-04-08 19:41:56 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-04-08 19:41:56 +0000 |
commit | a968a27be27ae5260ef0c4c01a9311be5cb27536 (patch) | |
tree | 5edb0e2c9c164b6267ee4550ce85e5b4b16a46c3 /devel/mit-pthreads/patches | |
parent | 03313567f6351fcb0a41d529f89b9d938aac41d8 (diff) | |
download | pkgsrc-a968a27be27ae5260ef0c4c01a9311be5cb27536.tar.gz |
Fix previous commit. Don't lose a prototype gratuituously.
Diffstat (limited to 'devel/mit-pthreads/patches')
-rw-r--r-- | devel/mit-pthreads/patches/patch-bh | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/devel/mit-pthreads/patches/patch-bh b/devel/mit-pthreads/patches/patch-bh index ea3adc34f4c..5824730185b 100644 --- a/devel/mit-pthreads/patches/patch-bh +++ b/devel/mit-pthreads/patches/patch-bh @@ -1,10 +1,19 @@ ---- machdep/netbsd-1.1/__string.h.sma Sun Mar 14 22:59:37 1999 -+++ machdep/netbsd-1.1/__string.h Sun Mar 14 23:00:12 1999 -@@ -14,7 +14,6 @@ +$NetBSD: patch-bh,v 1.2 1999/04/08 19:41:56 bad Exp $ + +--- machdep/netbsd-1.1/__string.h.orig Tue Apr 23 08:11:48 1996 ++++ machdep/netbsd-1.1/__string.h Thu Apr 8 20:34:40 1999 +@@ -1,4 +1,5 @@ + ++#include <sys/types.h> + #include <machine/ansi.h> + #ifdef _BSD_SIZE_T_ + typedef _BSD_SIZE_T_ size_t; +@@ -14,7 +15,7 @@ char *index __P((const char *, int)); char *rindex __P((const char *, int)); char *strdup __P((const char *)); -void strmode __P((int, char *)); ++void strmode __P((mode_t, char *)); char *strsep __P((char **, const char *)); __END_DECLS #endif |