Patch for vte
Aryeh Friedman
aryeh.friedman at gmail.com
Sun Jan 17 02:25:59 UTC 2010
This patch is incorrect instead of deleting the include for utmp.h it
needs to be replaced with one to utmpx on 9-CURRENT (i386) upto date
as of earlier today.
On Sat, Jan 16, 2010 at 9:31 AM, Ed Schouten <ed at 80386.nl> wrote:
> Hi folks,
>
> Could I get the permission to add this patch to the vte port? This patch
> allows vte to be built on HEAD, where <utmp.h> is gone.
>
> %%%
> --- gnome-pty-helper/gnome-pty-helper.c
> +++ gnome-pty-helper/gnome-pty-helper.c
> @@ -51,7 +51,6 @@
> #include <stdlib.h>
> #include <string.h>
> #include <stdio.h>
> -#include <utmp.h>
> #include <grp.h>
> #include "gnome-pty.h"
> #include "gnome-login-support.h"
> %%%
>
> --
> Ed Schouten <ed at 80386.nl>
> WWW: http://80386.nl/
>
More information about the freebsd-gnome
mailing list