X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Flinux%2Fif_ppp.h;h=74248ed56fb2e251750c09cb63a134c97337dccb;hp=bb7a98db3f0e8542981817ce3f3fc36a1fb0053a;hb=51f24845526bd83a5fc30ea2e96e6ffdc3333b1b;hpb=492bed62999458a3e61f9d46b929ce1e1ca8a72b diff --git a/include/linux/if_ppp.h b/include/linux/if_ppp.h index bb7a98d..74248ed 100644 --- a/include/linux/if_ppp.h +++ b/include/linux/if_ppp.h @@ -1,4 +1,4 @@ -/* $Id: if_ppp.h,v 1.14 1998/07/07 04:27:33 paulus Exp $ */ +/* $Id: if_ppp.h,v 1.16 1999/02/26 06:48:20 paulus Exp $ */ /* * if_ppp.h - Point-to-Point Protocol definitions. @@ -21,7 +21,7 @@ */ /* - * ==FILEVERSION 980704== + * ==FILEVERSION 990226== * * NOTE TO MAINTAINERS: * If you modify this file at all, please set the above date. @@ -35,7 +35,7 @@ #ifndef _IF_PPP_H_ #define _IF_PPP_H_ -#if defined(__linux__) +#if defined(__KERNEL__) #include #include #include @@ -47,7 +47,6 @@ #define PPP_MTU 1500 /* Default MTU (size of Info field) */ #define PPP_MAXMRU 65000 /* Largest MRU we allow */ -#define PPP_VERSION "2.3.3" #define PPP_MAGIC 0x5002 /* Magic value for the ppp structure */ #define PROTO_IPX 0x002b /* protocol numbers */ #define PROTO_DNA_RT 0x0027 /* DNA Routing */