Subject: Re: CVS commit: pkgsrc
To: None <bad@netbsd.org>
From: Michael Graff <explorer@flame.org>
List: source-changes
Date: 04/08/1999 13:43:11
Christoph Badura <bad@netbsd.org> writes:

> Modified Files:
> 	pkgsrc/devel/mit-pthreads/patches: patch-bh
> Log Message:
> Fix previous commit.  Don't lose a prototype gratuituously.

Please consider undoing this.

strmod is in unistd.h, NOT in string.h, which is where __string.h
is included from in pthreads.

Having it in __string.h generates a pile more warnings when compiling
with pthreads.

--Michael