diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-08 10:51:34 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-08 10:51:34 +0000 |
commit | 7887c684adab042fed1bfcba2e91589ecd17c4a8 (patch) | |
tree | 961839899dce7f75292a08c079f548973bdbd40d /x11-toolkits/libzvt | |
parent | 85544f2c01be814e0af1ebee1076012e7ed60bb0 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/libzvt')
-rw-r--r-- | x11-toolkits/libzvt/files/patch-gnome-pty-helper.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-toolkits/libzvt/files/patch-gnome-pty-helper.c b/x11-toolkits/libzvt/files/patch-gnome-pty-helper.c index e777a6c7a823..ade97c5add94 100644 --- a/x11-toolkits/libzvt/files/patch-gnome-pty-helper.c +++ b/x11-toolkits/libzvt/files/patch-gnome-pty-helper.c @@ -1,10 +1,13 @@ ---- libzvt/gnome-pty-helper.c -+++ libzvt/gnome-pty-helper.c -@@ -50,7 +50,6 @@ +--- libzvt/gnome-pty-helper.c.orig 2002-06-05 06:07:33.000000000 +0000 ++++ libzvt/gnome-pty-helper.c 2013-03-06 13:40:00.000000000 +0000 +@@ -50,9 +50,8 @@ #include <stdlib.h> #include <string.h> #include <stdio.h> -#include <utmp.h> #include <grp.h> - #include <glib/galloca.h> +-#include <glib/galloca.h> ++#include <glib.h> #include "gnome-pty.h" + #include "gnome-login-support.h" + |