Re: Bad Header? (2.1.125)

Keith Owens (kaos@ocs.com.au)
Sat, 17 Oct 1998 13:03:41 +1000


On Fri, 16 Oct 1998 11:26:27 -0400,
Dominus Aurorae <avarvae@concentric.net> wrote:
>I can't seem to compile anything involving ppp_defs.h on 2.1.125. [snip]
>I created a .c file containing nothing but the following two lines:
>
>#include <linux/ppp_defs.h>
>int main() {}
>
>and attempted to compile it, I got the same slew of parse errors in the .h.

#include <linux/types.h>
#include <linux/ppp_defs.h>
int main() {}

works fine. ppp-2.3.5 compiles clean with glibc-2.0.5c-10.

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