On Mon, 30 Aug 1999, Alan Cox wrote:
> > I have NO idea what the code was even supposed to do, but
> > if it is supposed to do what I quessed it could do, then
> > isn't this better:
> >
> > unsigned long peekd(unsigned short *x)
> > {
> > return peekw(x)|(peekw(x[1])<<16);
> > }
>
> Yep.
Not quite:
peekw(x)|(peekw(x+1)<<16);
unless perl has rotted my brain again.
Matthew.
- [fs/select] problem with get_user() Thomas G. McWilliams
- Re: [fs/select] problem with get_user() Alan Cox
- Re: [fs/select] problem with get_use... Jussi Kallioniemi / TFC Ltd.
- Re: [fs/select] problem with get... Alan Cox
- Re: [fs/select] problem with... Matthew Kirkwood
- Re: [fs/select] problem with get_use... David Murn
- Re: [fs/select] problem with get_user() Phillip J Rhoades
- RE: [fs/select] problem with get_user() Greg Haerr
- Re: [fs/select] problem with get_use... Phil Goembel
- Re: [fs/select] problem with get... David Murn
- Re: [fs/select] problem with get... Eric J. Korpela
