Re: 2.6.10 typo in include/linux/netfilter.h

From: Roman Ivanchukov
Date: Sun Dec 26 2004 - 06:24:46 EST


On Sun, 26 Dec 2004 10:59:57 +0000
Nick Warne <nick@xxxxxxxxxxx> wrote:

> > > Line 161
> > >
> > > /* Call setsockopt() */
> > > int nf_setsockopt(struct sock *sk, int pf, int optval, char __user *opt,
> > > int len(; <-------
> >
> > That doesn't exist in the 2.6.10 sources. Something is
> > up with the source tree you have. Lots of people would
> > be complaining if this simplistic error were actually
> > in the real 2.6.10 tree.
>
> Yes, I thought strange, but this is the full tar.bz2 from kernel.org - I
> downloaded this morning about 2 hours ago.
>
> http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.10.tar.bz2
>

I've just downloaded linux-2.6.10.tar.bz2 from kernel.org and there is no such
error in netfilter.h:

/* Call setsockopt() */
int nf_setsockopt(struct sock *sk, int pf, int optval, char __user *opt,
int len);


--
WBR, Roman

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/