netbsd-8 needs a web browser too
On Tue, Aug 01, 2017 at 12:31:45PM +0000, Martin Husemann wrote: > Module Name: src > Committed By: martin > Date: Tue Aug 1 12:31:45 UTC 2017 > > Modified Files: > src/lib/libpthread: pthread_attr.c > > Log Message: > pthread__attr_init_private: > malloc+memset -> calloc. Also initialize all values to the proper > defaults. > This fixes the "rustc panic" discussed on pkgsrc-users. > OK: joerg > > > To generate a diff of this commit: > cvs rdiff -u -r1.17 -r1.18 src/lib/libpthread/pthread_attr.c