pkgsrc/sysutils/gnome-vfs/patches/patch-am
jmmv aabc43cdbc Fix build with GCC >= 3.4.x, which does better type checking of enumerations.
Two functions returned an incorrect type, according to their prototype (these
changes matches fixes done in the 2.x branch of gnome-vfs).
From John R. Shannon in PR pkg/25615.
2004-05-19 10:27:26 +00:00

13 lines
457 B
Text

$NetBSD: patch-am,v 1.1 2004/05/19 10:27:26 jmmv Exp $
--- libgnomevfs/gnome-vfs-private-utils.c.orig 2001-07-16 20:21:07.000000000 +0200
+++ libgnomevfs/gnome-vfs-private-utils.c
@@ -263,7 +263,7 @@ gnome_vfs_forkexec (const gchar *file_na
*
* Return value:
**/
-GnomeVFSProcessResult
+GnomeVFSProcessRunResult
gnome_vfs_process_run_cancellable (const gchar *file_name,
const gchar * const argv[],
GnomeVFSProcessOptions options,