diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-06 04:48:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-06 04:48:14 +0800 |
commit | ba1139e36237156134c21358acc11c6df526d6b1 (patch) | |
tree | 799e4329942f8943df8bb4297b5ea3af39858d42 /devel/gnome-vfs/files | |
parent | 5a7685f8e8da525cf92650531385a9ac6eb49229 (diff) | |
download | marcuscom-ports-ba1139e36237156134c21358acc11c6df526d6b1.tar marcuscom-ports-ba1139e36237156134c21358acc11c6df526d6b1.tar.gz marcuscom-ports-ba1139e36237156134c21358acc11c6df526d6b1.tar.bz2 marcuscom-ports-ba1139e36237156134c21358acc11c6df526d6b1.tar.lz marcuscom-ports-ba1139e36237156134c21358acc11c6df526d6b1.tar.xz marcuscom-ports-ba1139e36237156134c21358acc11c6df526d6b1.tar.zst marcuscom-ports-ba1139e36237156134c21358acc11c6df526d6b1.zip |
Update to 2.7.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2436 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs/files')
-rw-r--r-- | devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-dns-sd.c | 16 | ||||
-rw-r--r-- | devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-dns-sd.h | 10 |
2 files changed, 3 insertions, 23 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 91b4a442e..baf69fb57 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,16 +1,6 @@ ---- 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> - - #include <sys/time.h> -+#include <sys/types.h> -+#include <netinet/in.h> -+#include <arpa/nameser.h> - #include <resolv.h> - #include <string.h> - #include "gnome-vfs-dns-sd.h" -@@ -684,8 +687,8 @@ +--- libgnomevfs/gnome-vfs-dns-sd.c.orig Mon Jul 5 16:39:19 2004 ++++ libgnomevfs/gnome-vfs-dns-sd.c Mon Jul 5 16:39:33 2004 +@@ -694,8 +694,8 @@ gpointer callback_data) { sw_discovery session; diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-dns-sd.h b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-dns-sd.h deleted file mode 100644 index 0c785453b..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-dns-sd.h +++ /dev/null @@ -1,10 +0,0 @@ ---- libgnomevfs/gnome-vfs-dns-sd.h.orig Fri Jun 18 13:26:28 2004 -+++ libgnomevfs/gnome-vfs-dns-sd.h Fri Jun 18 13:26:45 2004 -@@ -24,6 +24,7 @@ - #ifndef GNOME_VFS_DNS_SD_H - #define GNOME_VFS_DSN_SD_H - -+#include <sys/types.h> - #include <sys/socket.h> - #include <glib.h> - #include <libgnomevfs/gnome-vfs-result.h> |