1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
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

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