diff options
author | jmz <jmz@FreeBSD.org> | 1998-06-09 00:48:16 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1998-06-09 00:48:16 +0000 |
commit | 1462085049c3a827f3217e3ee1fd3cc99c42ebbd (patch) | |
tree | eb588176965cba8bd34289a4256392eef1fe7819 /x11/xloadimage/files | |
parent | 1f8c126b272841873acc64845dbddd4677436bd9 (diff) | |
download | FreeBSD-ports-1462085049c3a827f3217e3ee1fd3cc99c42ebbd.zip FreeBSD-ports-1462085049c3a827f3217e3ee1fd3cc99c42ebbd.tar.gz |
Upgrade to version 4.1
Diffstat (limited to 'x11/xloadimage/files')
-rw-r--r-- | x11/xloadimage/files/patch-1 | 10 | ||||
-rw-r--r-- | x11/xloadimage/files/patch-2 | 12 | ||||
-rw-r--r-- | x11/xloadimage/files/patch-3 | 10 | ||||
-rw-r--r-- | x11/xloadimage/files/patch-4 | 11 |
4 files changed, 43 insertions, 0 deletions
diff --git a/x11/xloadimage/files/patch-1 b/x11/xloadimage/files/patch-1 new file mode 100644 index 0000000..29b9b9e --- /dev/null +++ b/x11/xloadimage/files/patch-1 @@ -0,0 +1,10 @@ +--- window.c~ Mon Nov 8 22:06:02 1993 ++++ window.c Tue Jun 9 01:51:46 1998 +@@ -9,7 +9,6 @@ + */ + + #include "copyright.h" +-#include <ctype.h> + #include "xloadimage.h" + #include <X11/cursorfont.h> + #include <X11/Xatom.h> diff --git a/x11/xloadimage/files/patch-2 b/x11/xloadimage/files/patch-2 new file mode 100644 index 0000000..3787fc43 --- /dev/null +++ b/x11/xloadimage/files/patch-2 @@ -0,0 +1,12 @@ +--- config.c~ Thu Oct 28 17:37:46 1993 ++++ config.c Tue Jun 9 01:51:08 1998 +@@ -9,8 +9,8 @@ + */ + + #include "copyright.h" +-#include <ctype.h> /* must here for debugging version under AIX */ + #include "xloadimage.h" ++#undef X_NOT_STDC_ENV + #include <X11/Xos.h> + #include <sys/stat.h> + #ifndef VMS diff --git a/x11/xloadimage/files/patch-3 b/x11/xloadimage/files/patch-3 new file mode 100644 index 0000000..c6e9850 --- /dev/null +++ b/x11/xloadimage/files/patch-3 @@ -0,0 +1,10 @@ +--- image.h~ Thu Oct 28 19:14:56 1993 ++++ image.h Tue Jun 9 01:45:59 1998 +@@ -20,7 +20,6 @@ + #define _ArgProto(ARGS) ARGS + #endif + +-#include <stdlib.h> + + #else /* !__STDC__ */ + diff --git a/x11/xloadimage/files/patch-4 b/x11/xloadimage/files/patch-4 new file mode 100644 index 0000000..e1f4c33 --- /dev/null +++ b/x11/xloadimage/files/patch-4 @@ -0,0 +1,11 @@ +--- tiff/tiffcompat.h~ Tue Nov 2 22:31:40 1993 ++++ tiff/tiffcompat.h Tue Jun 9 02:06:32 1998 +@@ -151,8 +151,6 @@ + #ifdef applec + #define lseek mpw_lseek + extern long mpw_lseek(int, long, int); +-#else +-extern long lseek(); + #endif + + /* |