summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs2/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-vfs2/patches/patch-ac')
-rw-r--r--sysutils/gnome-vfs2/patches/patch-ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/gnome-vfs2/patches/patch-ac b/sysutils/gnome-vfs2/patches/patch-ac
deleted file mode 100644
index 23fb631a579..00000000000
--- a/sysutils/gnome-vfs2/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.7 2005/11/19 16:24:57 kristerw Exp $
-
---- libgnomevfs/xdgmimecache.c.orig 2005-11-19 16:35:49.000000000 +0100
-+++ libgnomevfs/xdgmimecache.c 2005-11-19 16:36:26.000000000 +0100
-@@ -79,8 +79,8 @@
- char *buffer;
- };
-
--#define GET_UINT16(cache,offset) (ntohs(*(uint16_t*)((cache) + (offset))))
--#define GET_UINT32(cache,offset) (ntohl(*(uint32_t*)((cache) + (offset))))
-+#define GET_UINT16(cache,offset) (ntohs(*(xdg_uint16_t*)((cache) + (offset))))
-+#define GET_UINT32(cache,offset) (ntohl(*(xdg_uint32_t*)((cache) + (offset))))
-
- XdgMimeCache *
- _xdg_mime_cache_ref (XdgMimeCache *cache)