mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
368 B
Plaintext
12 lines
368 B
Plaintext
|
--- psof.c.orig Wed Sep 11 03:12:36 1996
|
||
|
+++ psof.c Wed Sep 11 03:15:16 1996
|
||
|
@@ -216,7 +216,7 @@
|
||
|
if ((status & 0xff) != 0) {
|
||
|
int sig = status & 0x7f;
|
||
|
if (sig < NSIG) {
|
||
|
- extern char *sys_siglist[];
|
||
|
+ /* extern char *sys_siglist[]; */
|
||
|
syslog(LOG_ERR, "%s: %s%s", LPRPS, sys_siglist[sig],
|
||
|
(status & 0x80) ? " (core dumped)" : "");
|
||
|
}
|