Date: Thu, 16 Jun 2005 11:18:38 +0200 From: Tilman Linneweh <arved@FreeBSD.org> To: Hajimu UMEMOTO <ume@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/popd/files patch-popd.c Message-ID: <1118913519.30231.22.camel@tl.kom.tuwien.ac.at> In-Reply-To: <yged5qmsq99.wl%ume@mahoroba.org> References: <200506151356.j5FDuprM000124@repoman.freebsd.org> <yged5qmsq99.wl%ume@mahoroba.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Am Donnerstag, den 16.06.2005, 16:41 +0900 schrieb Hajimu UMEMOTO: > It seems slightly redundant to me. I was notified this issue by kris. > At that time, I sent following patch to the maintainer and him: > > Index: src/popd.c > diff -u -p src/popd.c.orig src/popd.c > --- src/popd.c.orig Fri Jan 24 21:01:25 2003 > +++ src/popd.c Wed Jun 1 09:00:55 2005 > @@ -54,6 +54,10 @@ > #include "signals.h" > #include "proxy.h" > > +#ifndef NI_WITHSCOPEID > +#define NI_WITHSCOPEID 0 > +#endif > + > /* global variables */ > extern FILE *yyin; > extern int yyparse(void); yeah, this is a lot shorter. Feel free to commit this instead.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1118913519.30231.22.camel>