From 5c4194f367dba10e9c6c2e2e6a5030f0d4b603a1 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 12 Aug 1999 03:58:23 +0000 Subject: [PATCH 1/1] move PPP_MAGIC and PPP_VERSION here --- include/linux/if_pppvar.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/linux/if_pppvar.h b/include/linux/if_pppvar.h index d6cd0c2..91744c8 100644 --- a/include/linux/if_pppvar.h +++ b/include/linux/if_pppvar.h @@ -42,7 +42,7 @@ */ /* - * ==FILEVERSION 990325== + * ==FILEVERSION 990806== * * NOTE TO MAINTAINERS: * If you modify this file at all, please set the above date. @@ -133,3 +133,6 @@ struct ppp { /* tty output buffer */ unsigned char obuf[OBUFSIZE]; /* buffer for characters to send */ }; + +#define PPP_MAGIC 0x5002 +#define PPP_VERSION "2.3.7" -- 2.39.2