Date: Thu, 16 Jun 2005 16:41:06 +0900 From: Hajimu UMEMOTO <ume@FreeBSD.org> To: Tilman Linneweh <arved@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: <yged5qmsq99.wl%ume@mahoroba.org> In-Reply-To: <200506151356.j5FDuprM000124@repoman.freebsd.org> References: <200506151356.j5FDuprM000124@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
>>>>> On Wed, 15 Jun 2005 13:56:51 +0000 (UTC)
>>>>> Tilman Linneweh <arved@FreeBSD.org> said:
arved> Added files:
arved> mail/popd/files patch-popd.c
arved> Log:
arved> Fix build after NI_WITHSCOPEID removal
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);
Sincerely,
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@mahoroba.org ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?yged5qmsq99.wl%ume>
