diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-10-02 11:00:35 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-10-02 11:00:35 +0000 |
commit | 318046a6dd9e2b70161b0e3d631b6a14d558a43b (patch) | |
tree | 80cb00fff42e1809bdb6ab45cca73000c725475f /net-fs/curlftpfs/files | |
parent | check for video_dev to be present in the kernel thanks to Nathan Caldwell <sa... (diff) | |
download | gentoo-2-318046a6dd9e2b70161b0e3d631b6a14d558a43b.tar.gz gentoo-2-318046a6dd9e2b70161b0e3d631b6a14d558a43b.tar.bz2 gentoo-2-318046a6dd9e2b70161b0e3d631b6a14d558a43b.zip |
Add patch to compile with new fuse thanks to Elias Probst <elias.probst@gmx.de> in bug 149003
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'net-fs/curlftpfs/files')
-rw-r--r-- | net-fs/curlftpfs/files/fuse-2.6.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-fs/curlftpfs/files/fuse-2.6.diff b/net-fs/curlftpfs/files/fuse-2.6.diff new file mode 100644 index 000000000000..61824e135f0e --- /dev/null +++ b/net-fs/curlftpfs/files/fuse-2.6.diff @@ -0,0 +1,11 @@ +--- ftpfs-ls.c 2006/05/20 18:09:42 1.6 ++++ ftpfs-ls.c 2006/09/29 18:37:56 1.7 +@@ -6,7 +6,7 @@ + See the file COPYING. + */ + +-#define _XOPEN_SOURCE ++#define _XOPEN_SOURCE 600 + #include <time.h> + #include <string.h> + #include <sys/types.h> |