View | Details | Raw Unified | Return to bug 46478
Collapse All | Expand All

(-)pixmap.new/files/patch-ab (-19 / +13 lines)
Lines 1-19 Link Here
1
*** SelFile/SelFile.c~	Mon May 30 04:02:59 1994
1
--- SelFile/SelFile.c.orig	Mon Dec 27 20:14:20 1993
2
--- SelFile/SelFile.c	Sun Feb 19 03:40:43 1995
2
+++ SelFile/SelFile.c	Mon Dec 23 04:44:11 2002
3
***************
3
@@ -45,8 +45,8 @@
4
*** 46,52 ****
4
 #include <errno.h>
5
  /* BSD 4.3 errno.h does not declare errno */
5
 /* BSD 4.3 errno.h does not declare errno */
6
  extern int errno;
6
 extern int errno;
7
  extern int sys_nerr;
7
-extern int sys_nerr;
8
! extern char *sys_errlist[];
8
-extern char *sys_errlist[];
9
  
9
+/* extern int sys_nerr;*/
10
  #include <sys/param.h>
10
+/* extern char *sys_errlist[];*/
11
  #include <X11/cursorfont.h>
11
 
12
--- 46,52 ----
12
 #include <sys/param.h>
13
  /* BSD 4.3 errno.h does not declare errno */
13
 #include <X11/cursorfont.h>
14
  extern int errno;
15
  extern int sys_nerr;
16
! /* extern char *sys_errlist[];*/
17
  
18
  #include <sys/param.h>
19
  #include <X11/cursorfont.h>

Return to bug 46478