summaryrefslogtreecommitdiff
path: root/print/lprps-letter
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 16:49:47 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 16:49:47 +0000
commit9ca3a862778065e5f0434c5424808a801fa7a186 (patch)
tree007acf9c162a8022257dc2a4e474372a1a467dd1 /print/lprps-letter
parentThis doesn't build on the Alpha. (diff)
Live with the single warning fixed previously so that this builds again
on the Alpha.
Notes
Notes: svn path=/head/; revision=19652
Diffstat (limited to 'print/lprps-letter')
-rw-r--r--print/lprps-letter/files/patch-ab21
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))