diff options
Diffstat (limited to 'devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c')
-rw-r--r-- | devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c index c9cffae7aa99..39d34d5573fb 100644 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c +++ b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c @@ -1,6 +1,14 @@ ---- libgnomevfs/gnome-vfs-utils.c.orig Sun May 5 17:01:22 2002 -+++ libgnomevfs/gnome-vfs-utils.c Sun May 5 17:02:24 2002 -@@ -774,7 +774,7 @@ +--- libgnomevfs/gnome-vfs-utils.c.orig Fri Dec 20 16:15:06 2002 ++++ libgnomevfs/gnome-vfs-utils.c Tue Jan 14 00:54:10 2003 +@@ -40,6 +40,7 @@ + #include <pwd.h> + #include <stdlib.h> + #include <string.h> ++#include <sys/param.h> + #include <sys/stat.h> + #include <sys/types.h> + #include <unistd.h> +@@ -861,7 +862,7 @@ paths = g_strsplit (gnome_var, ":", 0); for (temp_paths = paths; *temp_paths != NULL; temp_paths++) { |