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.
13 lines
457 B
Text
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,
|