diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2005-03-29 11:53:35 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2005-03-29 11:53:35 +0000 |
commit | f1e94708a80e1397ef72d17e496aaf05cee10292 (patch) | |
tree | a41e4fe1e0c1b893b53992e70f3072e75489893d /x11-misc/xsnap/files | |
parent | Fixed threading check for res_perl (diff) | |
download | gentoo-2-f1e94708a80e1397ef72d17e496aaf05cee10292.tar.gz gentoo-2-f1e94708a80e1397ef72d17e496aaf05cee10292.tar.bz2 gentoo-2-f1e94708a80e1397ef72d17e496aaf05cee10292.zip |
32/64 bit pointer fix, again... See bug #48707 for details.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc/xsnap/files')
-rw-r--r-- | x11-misc/xsnap/files/xsnap-1.4-gentoo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-misc/xsnap/files/xsnap-1.4-gentoo.patch b/x11-misc/xsnap/files/xsnap-1.4-gentoo.patch new file mode 100644 index 000000000000..c71ce8e7759b --- /dev/null +++ b/x11-misc/xsnap/files/xsnap-1.4-gentoo.patch @@ -0,0 +1,11 @@ +--- xsnap.c 2004-09-30 00:59:15.000000000 -0600 ++++ xsnap.c.fix 2005-02-01 00:00:05.369862512 -0600 +@@ -18,6 +18,8 @@ + */ + + #include <stdio.h> ++#include <string.h> ++#include <stdlib.h> + #include <unistd.h> + #include <sys/stat.h> + #include <zlib.h> |