Compilation fix on my Linux box

Katsuhiro Kondou kondou at nec.co.jp
Sun May 7 05:43:25 UTC 2000


In article <20000507-030155-618c5.suto at ks-and-ks.ne.jp>,
	Kiyokazu SUTO <suto at ks-and-ks.ne.jp> wrote;

} I have attached 2 patches.  The 1st one is compilation fix on my Linux
} box (kernel 2.2.14 and libc 5.4.46).  The 2nd one makes my life a
} little bit easier.

I've never used linux box, but is

} +#include <sys/time.h>

really needed, since dbz does not use any functions/
variables relevant to time?  Can you give us the error?

} -	sprintf(buff, "%d Duplicate", NNTP_REJECTIT_VAL);
} +	sprintf(buff, "%d Duplicate", NNTP_ERR_GOTID_VAL);

I'd not adopt this patch, since '437' is reasonably common
response for duplicate article with ihave/takethis and 977
says '437 article rejected - do not try again.'  And returning
438 for ihave/takethis may lead another problem for feeding
servers.  What are you trying to do this?
-- 
Katsuhiro Kondou



More information about the inn-bugs mailing list