Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/01/1998 12:31:00
Module Name: src
Committed By: thorpej
Date: Tue Dec 1 20:31:00 UTC 1998
Modified Files:
src/lib/libc/gen: siglist.c
Log Message:
Warn about references to the compatibility sys_signame[], and direct the
user to include <signal.h> or <unistd.h> to generate the correct reference.
Warn about references to the deprecated __sys_signame[], and direct the
user to include <signal.h> or <unistd.h> and use sys_signame instead.