summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-20 22:00:04 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-20 22:00:04 +0800
commit1513fe1ea82ca979f54d1d3a47d21f91563d727b (patch)
treeb58e4f78bbafacb764c4a20c2f8ff9bfc3440c96 /devel/gnome-vfs/files
parent3f5b84c9848a8037175fe63a37a3289e24d9f299 (diff)
downloadmarcuscom-ports-1513fe1ea82ca979f54d1d3a47d21f91563d727b.tar
marcuscom-ports-1513fe1ea82ca979f54d1d3a47d21f91563d727b.tar.gz
marcuscom-ports-1513fe1ea82ca979f54d1d3a47d21f91563d727b.tar.bz2
marcuscom-ports-1513fe1ea82ca979f54d1d3a47d21f91563d727b.tar.lz
marcuscom-ports-1513fe1ea82ca979f54d1d3a47d21f91563d727b.tar.xz
marcuscom-ports-1513fe1ea82ca979f54d1d3a47d21f91563d727b.tar.zst
marcuscom-ports-1513fe1ea82ca979f54d1d3a47d21f91563d727b.zip
Update to 2.14.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6094 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs/files')
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-address.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-address.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-address.c
index da97640a1..1636ca99d 100644
--- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-address.c
+++ b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-address.c
@@ -1,5 +1,5 @@
---- libgnomevfs/gnome-vfs-address.c.orig Tue Dec 13 21:41:32 2005
-+++ libgnomevfs/gnome-vfs-address.c Wed Dec 14 00:15:32 2005
+--- libgnomevfs/gnome-vfs-address.c.orig Wed Apr 12 10:16:28 2006
++++ libgnomevfs/gnome-vfs-address.c Thu Apr 20 09:52:12 2006
@@ -32,6 +32,7 @@
#include <sys/types.h>
@@ -8,14 +8,3 @@
#include <sys/select.h>
#include <netinet/in.h>
#include <arpa/inet.h>
-@@ -388,8 +389,8 @@ static gboolean
- v6_v6_equal (const struct sockaddr_in6 *a,
- const struct sockaddr_in6 *b)
- {
-- return IN6_ARE_ADDR_EQUAL (a->sin6_addr.s6_addr,
-- b->sin6_addr.s6_addr);
-+ return IN6_ARE_ADDR_EQUAL (&a->sin6_addr,
-+ &b->sin6_addr);
- }
-
- static gboolean