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.