aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/pixmap/files/patch-ab32
1 files changed, 13 insertions, 19 deletions
diff --git a/graphics/pixmap/files/patch-ab b/graphics/pixmap/files/patch-ab
index 81f93dbc54fe..c2284ee48621 100644
--- a/graphics/pixmap/files/patch-ab
+++ b/graphics/pixmap/files/patch-ab
@@ -1,19 +1,13 @@
-*** SelFile/SelFile.c~ Mon May 30 04:02:59 1994
---- SelFile/SelFile.c Sun Feb 19 03:40:43 1995
-***************
-*** 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,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>
+--- SelFile/SelFile.c.orig Mon Dec 27 13:14:20 1993
++++ SelFile/SelFile.c Sat Dec 28 17:03:13 2002
+@@ -45,8 +45,8 @@
+ #include <errno.h>
+ /* BSD 4.3 errno.h does not declare errno */
+ extern int errno;
+-extern int sys_nerr;
+-extern char *sys_errlist[];
++/*extern int sys_nerr;
++ extern char *sys_errlist[];*/
+
+ #include <sys/param.h>
+ #include <X11/cursorfont.h>