Subject: the new is broken.
To: None <tech-userlevel@NetBSD.ORG>
From: matthew green <mrg@eterna.com.au>
List: tech-userlevel
Date: 02/03/1998 14:43:33
the new <strings.h>, which apparently conforms to XPG, is basically broken.

any old software that uses <strings.h> for the _old_ defintions of it will
break.  if nothing else, i believe this should be added to the file:

#ifndef _XOPEN_SOURCE
#include <string.h>
#endif


.mrg.