summaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-01-12 07:28:50 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-01-12 07:28:50 +0800
commit3dc651132b91e9e0a4958f6d73f43fd3dd8592da (patch)
tree4b6dd030528d49089a414eb550d0423a7d40553a /devel/gnomevfs2
parentbbb66e7b59397d55af0da4071184eea8d42fc891 (diff)
downloadmarcuscom-ports-3dc651132b91e9e0a4958f6d73f43fd3dd8592da.tar
marcuscom-ports-3dc651132b91e9e0a4958f6d73f43fd3dd8592da.tar.gz
marcuscom-ports-3dc651132b91e9e0a4958f6d73f43fd3dd8592da.tar.bz2
marcuscom-ports-3dc651132b91e9e0a4958f6d73f43fd3dd8592da.tar.lz
marcuscom-ports-3dc651132b91e9e0a4958f6d73f43fd3dd8592da.tar.xz
marcuscom-ports-3dc651132b91e9e0a4958f6d73f43fd3dd8592da.tar.zst
marcuscom-ports-3dc651132b91e9e0a4958f6d73f43fd3dd8592da.zip
Fix build on 4.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3391 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnomevfs2')
-rw-r--r--devel/gnomevfs2/files/patch-modules_smb-method.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gnomevfs2/files/patch-modules_smb-method.c b/devel/gnomevfs2/files/patch-modules_smb-method.c
new file mode 100644
index 000000000..9c7cb9232
--- /dev/null
+++ b/devel/gnomevfs2/files/patch-modules_smb-method.c
@@ -0,0 +1,11 @@
+--- modules/smb-method.c.orig Tue Jan 11 18:24:53 2005
++++ modules/smb-method.c Tue Jan 11 18:25:03 2005
+@@ -1345,7 +1345,7 @@
+ GnomeVFSContext *context)
+ {
+ FileHandle *handle = (FileHandle *)method_handle;
+- GnomeVFSResult res = GNOME_VFS_OK;;
++ GnomeVFSResult res = GNOME_VFS_OK;
+ SmbAuthContext actx;
+ ssize_t n = 0;
+