diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-12 07:28:50 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-12 07:28:50 +0800 |
commit | 3dc651132b91e9e0a4958f6d73f43fd3dd8592da (patch) | |
tree | 4b6dd030528d49089a414eb550d0423a7d40553a /devel/gnome-vfs/files | |
parent | bbb66e7b59397d55af0da4071184eea8d42fc891 (diff) | |
download | marcuscom-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/gnome-vfs/files')
-rw-r--r-- | devel/gnome-vfs/files/patch-modules_smb-method.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gnome-vfs/files/patch-modules_smb-method.c b/devel/gnome-vfs/files/patch-modules_smb-method.c new file mode 100644 index 000000000..9c7cb9232 --- /dev/null +++ b/devel/gnome-vfs/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; + |