diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-01 15:21:41 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-01 15:21:41 +0800 |
commit | 5fa79f6a35f23b161343e858c681e723a0bc516d (patch) | |
tree | 624ac48c12d75320fec2e79f4b02552ea9ca2c2c /devel/gnome-vfs | |
parent | 250b6d8759e7924cbf408a6b080438bc5e0be8c3 (diff) | |
download | marcuscom-ports-5fa79f6a35f23b161343e858c681e723a0bc516d.tar marcuscom-ports-5fa79f6a35f23b161343e858c681e723a0bc516d.tar.gz marcuscom-ports-5fa79f6a35f23b161343e858c681e723a0bc516d.tar.bz2 marcuscom-ports-5fa79f6a35f23b161343e858c681e723a0bc516d.tar.lz marcuscom-ports-5fa79f6a35f23b161343e858c681e723a0bc516d.tar.xz marcuscom-ports-5fa79f6a35f23b161343e858c681e723a0bc516d.tar.zst marcuscom-ports-5fa79f6a35f23b161343e858c681e723a0bc516d.zip |
We'll need this patch to fix the 4.X build with howl once the howl include
thing gets sorted out.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2430 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r-- | devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-dns-sd.c | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-dns-sd.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-dns-sd.c index 6246bc911..91b4a442e 100644 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-dns-sd.c +++ b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-dns-sd.c @@ -1,5 +1,5 @@ ---- libgnomevfs/gnome-vfs-dns-sd.c.orig Fri Jun 18 13:20:41 2004 -+++ libgnomevfs/gnome-vfs-dns-sd.c Fri Jun 18 13:21:20 2004 +--- libgnomevfs/gnome-vfs-dns-sd.c.orig Fri Jun 18 05:20:48 2004 ++++ libgnomevfs/gnome-vfs-dns-sd.c Thu Jul 1 02:39:34 2004 @@ -24,6 +24,9 @@ #include <config.h> @@ -10,3 +10,13 @@ #include <resolv.h> #include <string.h> #include "gnome-vfs-dns-sd.h" +@@ -684,8 +687,8 @@ + gpointer callback_data) + { + sw_discovery session; +- session = callback_data; + sw_salt salt; ++ session = callback_data; + + if (sw_discovery_salt (session, &salt) == SW_OKAY) { + sw_salt_lock (salt); |