Re: tar "End of archive volume ..."

2006-03-25 Thread Roman Hunt
looks like you only have part of a multivolume archive

Re: popclient patches

2005-12-28 Thread Roman Hunt
-Original Message- From: Michael Knudsen [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 28, 2005 5:17 PM To: Roman Hunt Subject: Re: popclient patches Quoting Roman Hunt ([EMAIL PROTECTED]): > What is the standard procedure for supplying patches to ports to this > list? I have patched pop

popclient patches

2005-12-28 Thread Roman Hunt
What is the standard procedure for supplying patches to ports to this list? I have patched popclient to use eliminate calls to str{cat,cpy}() in favor of str[nl]{cat,cpy}() and replaced instances of sprintf and vsprintf with snprintf() and vsnprintf() to eliminate compiler warnings and specify bou