Terry Lambert <[EMAIL PROTECTED]> writes:
> Mike Barcroft wrote:
> > Terry Lambert <[EMAIL PROTECTED]> writes:
> > > Tim Robbins wrote:
> > > > Is there a compelling reason why I shouldn't remove netns? That is, does
> > > > it serve a
/conf/GENERIC to the attic while
> you are at it. It can serve it's purpose from there, too.
This comment is not helpful.
Best regards,
Mike Barcroft
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message
Todd C. Miller <[EMAIL PROTECTED]> writes:
> In message <[EMAIL PROTECTED]>
> so spake Mike Barcroft (mike):
>
> > Would you please test the attached patch and confirm that it solves
> > the problem? If it does, I'll commit it today.
>
> I dou
Andrey A. Chernov <[EMAIL PROTECTED]> writes:
> On Thu, Oct 04, 2001 at 12:16:40 +0300, Peter Pentchev wrote:
> > + if ((len == 0) || !isspace(buf[len - 1])) {
>
> Must be isspace((unsigned char))
Why and where can I find documentation about this?
Best regar
Todd C. Miller <[EMAIL PROTECTED]> writes:
> In message <[EMAIL PROTECTED]>
> so spake Mike Barcroft (mike):
>
> > Would you please test the attached patch and confirm that it solves
> > the problem? If it does, I'll commit it today.
>
> I dou
d patch and confirm that it solves
the problem? If it does, I'll commit it today.
Best regards,
Mike Barcroft
whois.20011004.diff
A whois server may return a final line without a new line character.
PR: 30968
Index: whois.c
===