Date: Sat, 16 Jan 2010 21:03:44 -0500 From: Aryeh Friedman <aryeh.friedman@gmail.com> To: Ed Schouten <ed@80386.nl> Cc: gnome@freebsd.org Subject: Re: Patch for vte Message-ID: <bef9a7921001161803k56a71166t25b31bca307121c4@mail.gmail.com> In-Reply-To: <20100116143121.GG64905@hoeg.nl> References: <20100116143121.GG64905@hoeg.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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 @@ > =A0#include <stdlib.h> > =A0#include <string.h> > =A0#include <stdio.h> > -#include <utmp.h> > =A0#include <grp.h> > =A0#include "gnome-pty.h" > =A0#include "gnome-login-support.h" > %%% > > -- > =A0Ed Schouten <ed@80386.nl> > =A0WWW: http://80386.nl/ >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bef9a7921001161803k56a71166t25b31bca307121c4>