diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-12-28 16:11:35 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-12-28 16:11:35 +0000 |
commit | 87c27c50a3d220aa6921a0ab8019c4c790fd2fe9 (patch) | |
tree | a4d5b61495bc0f446743dedfec3da18135fcf973 /graphics/pixmap | |
parent | 81bdd9b872b55faae0ed9c2004e7042978d819e3 (diff) | |
download | ports-87c27c50a3d220aa6921a0ab8019c4c790fd2fe9.tar.gz ports-87c27c50a3d220aa6921a0ab8019c4c790fd2fe9.zip |
Notes
Diffstat (limited to 'graphics/pixmap')
-rw-r--r-- | graphics/pixmap/files/patch-ab | 32 |
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> |