Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 12/05/1998 23:12:20
Module Name: src
Committed By: jonathan
Date: Sun Dec 6 07:12:19 UTC 1998
Modified Files:
src/lib/libc/gen: _sys_errlist.c errlist.c
Log Message:
Move warnings about sys_errlist[], sys_nerr, __sys_errlist, _sys_nerr
to _sys_siglist.c, so the warning is shown once at link time, not three times
(once for errlist.c itself, once each for the two includes in _sys_siglist.c).