diff options
author | jmz <jmz@FreeBSD.org> | 2002-12-29 00:11:35 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2002-12-29 00:11:35 +0800 |
commit | edab086546d330e0778484b74ef0b61803de2197 (patch) | |
tree | d7bddcdbad6a195581f883501c1a984d1a631728 /graphics/pixmap/files | |
parent | d626f93bbc3fc2f6aa14165edb038646b0c58057 (diff) | |
download | freebsd-ports-gnome-edab086546d330e0778484b74ef0b61803de2197.tar.gz freebsd-ports-gnome-edab086546d330e0778484b74ef0b61803de2197.tar.zst freebsd-ports-gnome-edab086546d330e0778484b74ef0b61803de2197.zip |
Fix build on -current.
Diffstat (limited to 'graphics/pixmap/files')
-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> |