diff options
author | explorer <explorer@pkgsrc.org> | 1999-03-15 16:16:11 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 1999-03-15 16:16:11 +0000 |
commit | 0799e7d0de79d1dab13605f1d9d0db708553a6ad (patch) | |
tree | 54bb35b3b30c76d9c50a081eda9fd0af676e4f9c /devel/mit-pthreads | |
parent | 7eb1c56269373d958480284406d227f8192e06f1 (diff) | |
download | pkgsrc-0799e7d0de79d1dab13605f1d9d0db708553a6ad.tar.gz |
The original commit message was bogus. This was really about removing
a prototype for strmode() that has a different signature under 1.3+. -bad
This is the original commit message:
> Make this build on -current again -- REALLY needs to be fully rewritten, but...
Diffstat (limited to 'devel/mit-pthreads')
-rw-r--r-- | devel/mit-pthreads/patches/patch-bh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/mit-pthreads/patches/patch-bh b/devel/mit-pthreads/patches/patch-bh new file mode 100644 index 00000000000..ea3adc34f4c --- /dev/null +++ b/devel/mit-pthreads/patches/patch-bh @@ -0,0 +1,10 @@ +--- 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 @@ + char *index __P((const char *, int)); + char *rindex __P((const char *, int)); + char *strdup __P((const char *)); +-void strmode __P((int, char *)); + char *strsep __P((char **, const char *)); + __END_DECLS + #endif |