From: Paul Mackerras Date: Thu, 12 Aug 1999 03:58:23 +0000 (+0000) Subject: move PPP_MAGIC and PPP_VERSION here X-Git-Tag: ppp-2.4.7~673 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=5c4194f367dba10e9c6c2e2e6a5030f0d4b603a1 move PPP_MAGIC and PPP_VERSION here --- 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"