openbsd-ports/x11/gnome/nettool/patches/patch-src_utils_h
ajacoutot b478df2e8d Don't kill the entire X session when exiting the application under some
circumstances.

looked over by robert@ and jasper@
2010-04-17 10:01:38 +00:00

13 lines
291 B
Plaintext

$OpenBSD: patch-src_utils_h,v 1.1 2010/04/17 10:01:39 ajacoutot Exp $
--- src/utils.h.orig Sat Apr 17 10:25:25 2010
+++ src/utils.h Sat Apr 17 10:26:07 2010
@@ -29,6 +29,8 @@
# include <config.h>
#endif
+gint childpid;
+
#if (GLIB_MINOR_VERSION < 2)
# define _g_vsprintf vsprintf