Re: __user annotations

Sam Ravnborg (sam@ravnborg.org)
Sat, 7 Jun 2003 02:42:08 +0200


On Sat, Jun 07, 2003 at 10:32:04AM +1000, Paul Mackerras wrote:
> Linus Torvalds writes:
>
> > You can get check from
> >
> > bk://kernel.bkbits.net/torvalds/sparse
>
> Is that up to date? I cloned that repository and said "make" and got
> heaps of compile errors.

Cloned it today - compiled without a single warning.
(RH8.0, gcc 3.2)

> First there were a heap of warnings like
> this:
>
> symbol.h:73: warning: declaration does not declare anything
My version looks like this:
struct preprocessor_sym {
struct token *expansion;
struct token *arglist;
}; <= line 73

struct ctype_sym {

Looks like something wrong at your side...

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