diff --git a/lib/libc/gen/signame.c b/lib/libc/gen/signame.c index f2cbe108368b..1a19aaeff04f 100644 --- a/lib/libc/gen/signame.c +++ b/lib/libc/gen/signame.c @@ -1,4 +1,4 @@ -/* $NetBSD: signame.c,v 1.9 1998/11/30 20:42:44 thorpej Exp $ */ +/* $NetBSD: signame.c,v 1.10 1998/12/01 20:31:41 thorpej Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -38,10 +38,13 @@ #if 0 static char sccsid[] = "from: @(#)siglist.c 5.6 (Berkeley) 2/23/91";*/ #else -__RCSID("$NetBSD: signame.c,v 1.9 1998/11/30 20:42:44 thorpej Exp $"); +__RCSID("$NetBSD: signame.c,v 1.10 1998/12/01 20:31:41 thorpej Exp $"); #endif #endif /* LIBC_SCCS and not lint */ +__warn_references(sys_signame, + "warning: reference to compatibility sys_signame[]; include for correct reference") + const char *const sys_signame[] = { "Signal 0", "HUP", /* SIGHUP */