summaryrefslogtreecommitdiff
path: root/print/ghostview/files
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-22 05:42:23 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-22 05:42:23 +0000
commit00180e3a0fffe50dd117231982d710fbaf8d63cd (patch)
tree65d4406b569287ca23a2b5481e26424b73732e65 /print/ghostview/files
parentnow version 2.17 (diff)
ghostview 1.5.
Notes
Notes: svn path=/head/; revision=252
Diffstat (limited to 'print/ghostview/files')
-rw-r--r--print/ghostview/files/patch-aa12
-rw-r--r--print/ghostview/files/patch-ab12
2 files changed, 24 insertions, 0 deletions
diff --git a/print/ghostview/files/patch-aa b/print/ghostview/files/patch-aa
new file mode 100644
index 000000000000..62bf2701f2a1
--- /dev/null
+++ b/print/ghostview/files/patch-aa
@@ -0,0 +1,12 @@
+*** misc.c.orig Fri Oct 21 22:36:09 1994
+--- misc.c Fri Oct 21 22:36:20 1994
+***************
+*** 61,67 ****
+ #include <perror.h>
+ #else
+ extern int sys_nerr;
+- extern char *sys_errlist[];
+ #endif
+
+ #include "Ghostview.h"
+--- 61,66 ----
diff --git a/print/ghostview/files/patch-ab b/print/ghostview/files/patch-ab
new file mode 100644
index 000000000000..6efae3f78d8d
--- /dev/null
+++ b/print/ghostview/files/patch-ab
@@ -0,0 +1,12 @@
+*** SelFile.c.orig Fri Oct 21 22:37:11 1994
+--- SelFile.c Fri Oct 21 22:37:17 1994
+***************
+*** 46,52 ****
+ /* BSD 4.3 errno.h does not declare errno */
+ extern int errno;
+ extern int sys_nerr;
+- extern char *sys_errlist[];
+
+ #include <sys/param.h>
+ #include <X11/cursorfont.h>
+--- 46,51 ----