diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 16:49:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 16:49:47 +0000 |
commit | 9ca3a862778065e5f0434c5424808a801fa7a186 (patch) | |
tree | 007acf9c162a8022257dc2a4e474372a1a467dd1 /print | |
parent | This doesn't build on the Alpha. (diff) |
Live with the single warning fixed previously so that this builds again
on the Alpha.
Diffstat (limited to 'print')
-rw-r--r-- | print/lprps-letter/files/patch-ab | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/print/lprps-letter/files/patch-ab b/print/lprps-letter/files/patch-ab index 3a87468e8950..587c5404e22a 100644 --- a/print/lprps-letter/files/patch-ab +++ b/print/lprps-letter/files/patch-ab @@ -1,5 +1,5 @@ ---- lprps.c.orig Mon Feb 22 04:46:10 1993 -+++ lprps.c Wed Jan 29 05:02:14 1997 +--- lprps.c.orig Mon Feb 22 06:46:10 1993 ++++ lprps.c Sat Jun 19 17:55:56 1999 @@ -17,6 +17,10 @@ #include <syslog.h> #include <errno.h> @@ -26,21 +26,8 @@ #define EXIT_SUCCESS 0 #define EXIT_REPRINT 1 -@@ -136,7 +146,7 @@ - void restore_status_file(); - void handle_printer_error(); - char *xmalloc(); --char *strsignal(); -+const char *strsignal(); - - - void handle_timeout() -@@ -343,10 +353,12 @@ - exit(exit_code); - } - --char *strsignal(n) -+const char *strsignal(n) +@@ -346,7 +356,9 @@ + char *strsignal(n) int n; { +# if !(defined(BSD) && (BSD >= 199103)) |