From 8168f3bcad7dd8d72ed57ec1e12b0a784c62fbf6 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 2 Mar 1999 05:37:51 +0000 Subject: [PATCH] does better without the includes --- include/linux/if_ppp.h | 9 ++------- linux/if_ppp.h | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/include/linux/if_ppp.h b/include/linux/if_ppp.h index 74248ed..02c2b7c 100644 --- a/include/linux/if_ppp.h +++ b/include/linux/if_ppp.h @@ -1,4 +1,4 @@ -/* $Id: if_ppp.h,v 1.16 1999/02/26 06:48:20 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. @@ -35,18 +35,13 @@ #ifndef _IF_PPP_H_ #define _IF_PPP_H_ -#if defined(__KERNEL__) -#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.6" #define PPP_MAGIC 0x5002 /* Magic value for the ppp structure */ #define PROTO_IPX 0x002b /* protocol numbers */ #define PROTO_DNA_RT 0x0027 /* DNA Routing */ diff --git a/linux/if_ppp.h b/linux/if_ppp.h index 74248ed..02c2b7c 100644 --- a/linux/if_ppp.h +++ b/linux/if_ppp.h @@ -1,4 +1,4 @@ -/* $Id: if_ppp.h,v 1.16 1999/02/26 06:48:20 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. @@ -35,18 +35,13 @@ #ifndef _IF_PPP_H_ #define _IF_PPP_H_ -#if defined(__KERNEL__) -#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.6" #define PPP_MAGIC 0x5002 /* Magic value for the ppp structure */ #define PROTO_IPX 0x002b /* protocol numbers */ #define PROTO_DNA_RT 0x0027 /* DNA Routing */ -- 2.39.2