X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=linux%2Fif_ppp.h;h=02c2b7ce6327aa1e903c898c8aa5df6de940df67;hb=0375e3ce50b9e0bc4e559615039988e7834c7d01;hp=bb7a98db3f0e8542981817ce3f3fc36a1fb0053a;hpb=492bed62999458a3e61f9d46b929ce1e1ca8a72b;p=ppp.git diff --git a/linux/if_ppp.h b/linux/if_ppp.h index bb7a98d..02c2b7c 100644 --- a/linux/if_ppp.h +++ b/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.17 1999/03/02 05:37:51 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,19 +35,13 @@ #ifndef _IF_PPP_H_ #define _IF_PPP_H_ -#if defined(__linux__) -#include -#include -#include -#endif - /* * Packet sizes */ #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_VERSION "2.3.6" #define PPP_MAGIC 0x5002 /* Magic value for the ppp structure */ #define PROTO_IPX 0x002b /* protocol numbers */ #define PROTO_DNA_RT 0x0027 /* DNA Routing */