diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-22 05:42:23 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-22 05:42:23 +0000 |
commit | 00180e3a0fffe50dd117231982d710fbaf8d63cd (patch) | |
tree | 65d4406b569287ca23a2b5481e26424b73732e65 /print/ghostview/files | |
parent | 7ca83d83e1f05dd73e2cf8bc4e6894156c62d5c7 (diff) |
Notes
Diffstat (limited to 'print/ghostview/files')
-rw-r--r-- | print/ghostview/files/patch-aa | 12 | ||||
-rw-r--r-- | print/ghostview/files/patch-ab | 12 |
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 ---- |