Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: replacement for struct filedesc.fd_ofileflags
On Sun, 06 Apr 2008, Andrew Doran wrote:
> > What is the recommended new way of getting the information that
> > was previously available from struct fieldesc.fd_ofileflags?
>
> fd_ofileflags was a char array:
>
> exclose = fdp->fd_ofileflags[fd];
>
> Replacement:
>
> exclose = fdp->fd_ofiles[fd]->ff_exclose;
Thanks.
> Do you have patches to handle the rest or do you want me to take a look?
Apart from the fd_ofileflags issue, I think I have the rest of lsof
under control. I'll shout if I need more help.
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index