netftpserver-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Net::FTPServer] lstat patch


From: Richard Jones
Subject: Re: [Net::FTPServer] lstat patch
Date: Tue, 9 Nov 2004 11:26:05 +0000
User-agent: Mutt/1.5.5.1+cvs20040105i

On Tue, Nov 09, 2004 at 11:39:42AM +0100, Attila Babo wrote:
> On OpenBSD 3.5 lstat returns $dev as 0, these patches helps to get
> correct file and directory information.
> 
> lib/Net/FTPServer/Full/DirHandle.pm
> 235c235
> >     return ("d", 0000, 1, "-", "-", 0, 0) unless $dev;
> ---
> <     return ("d", 0000, 1, "-", "-", 0, 0) unless defined $dev;
> 
> 
> lib/Net/FTPServer/Full/FileHandle.pm
> >     return ("f", 0000, 1, "-", "-", 0, 0) unless $dev;
> ---
> <     return ("f", 0000, 1, "-", "-", 0, 0) unless defined $dev;

Thanks.  I've applied that patch to CVS.

Rich.

-- 
Richard Jones.  http://www.annexia.org/  http://www.j-london.com/
>>>   http://www.team-notepad.com/ - collaboration tools for teams   <<<
Merjis Ltd. http://www.merjis.com/ - improving website return on investment
http://youunlimited.co.uk/ - Personal improvement courses

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]