Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 09/09/1998 05:15:56
Module Name:	src
Committed By:	kleink
Date:		Wed Sep  9 12:15:55 UTC 1998

Modified Files:
	src/lib/libc/stdio: perror.c
Log Message:
Since perror() must be reentrant, change the storage class of the buffer used
to hold the error message from static to automatic.