diff options
Diffstat (limited to 'graphics/pixmap/files/patch-SelFile_SelFile.c')
-rw-r--r-- | graphics/pixmap/files/patch-SelFile_SelFile.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/pixmap/files/patch-SelFile_SelFile.c b/graphics/pixmap/files/patch-SelFile_SelFile.c new file mode 100644 index 000000000000..c2284ee48621 --- /dev/null +++ b/graphics/pixmap/files/patch-SelFile_SelFile.c @@ -0,0 +1,13 @@ +--- 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> |