Alleged syntax error in /usr/include/linux/atmppp.h.

Patrick Smith patsmith at pobox.com
Sun May 22 06:50:26 MDT 2005


Charles Trois wrote:
> I have had a second look at Splint, and it hints that a "parse error" 
> signal can mean that something is not defined or not declared. Indeed, I 
> have looked up the chain of #include's (which is quite short), and, as 
> far as I can see, the type "atm_backend_t" is nowhere declared.

On my system (kernel 2.6.11.10), atmppp.h includes atm.h, the second to 
last line of which is

	typedef unsigned short atm_backend_t;

You could try adding that to the source file that won't compile, before 
the #includes.


More information about the yellowdog-general mailing list