From owner-cvs-all@FreeBSD.ORG Thu Jun 16 09:18:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC5BE16A41C; Thu, 16 Jun 2005 09:18:49 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from tl.kom.tuwien.ac.at (tl.kom.tuwien.ac.at [128.131.34.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A35743D48; Thu, 16 Jun 2005 09:18:49 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from tl.kom.tuwien.ac.at (localhost [127.0.0.1]) by tl.kom.tuwien.ac.at (8.13.1/8.13.1) with ESMTP id j5G9IlrS092575; Thu, 16 Jun 2005 11:18:47 +0200 (CEST) (envelope-from arved@FreeBSD.org) Received: (from tilman@localhost) by tl.kom.tuwien.ac.at (8.13.1/8.13.1/Submit) id j5G9IfpN092574; Thu, 16 Jun 2005 11:18:41 +0200 (CEST) (envelope-from arved@FreeBSD.org) X-Authentication-Warning: tl.kom.tuwien.ac.at: tilman set sender to arved@FreeBSD.org using -f From: Tilman Linneweh To: Hajimu UMEMOTO In-Reply-To: References: <200506151356.j5FDuprM000124@repoman.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: FreeBSD.org Date: Thu, 16 Jun 2005 11:18:38 +0200 Message-Id: <1118913519.30231.22.camel@tl.kom.tuwien.ac.at> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/popd/files patch-popd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2005 09:18:50 -0000 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.