cvs commit: ports/mail/popd/files patch-popd.c

Hajimu UMEMOTO ume at FreeBSD.org
Thu Jun 16 07:41:14 GMT 2005


Hi,

>>>>> On Wed, 15 Jun 2005 13:56:51 +0000 (UTC)
>>>>> Tilman Linneweh <arved at 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 at mahoroba.org  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/


More information about the cvs-ports mailing list