freebsd-ports/print/lprps-letter/files/patch-ac
David E. O'Brien 5ade3efd41 Lprps is a collection of programs for using lpr with a PostScript printer.
(it used to be mentioned in the Handbook in the printing chapter)
1996-11-25 01:04:58 +00:00

11 lines
368 B
Text

--- 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)" : "");
}