]> git.ozlabs.org Git - ppp.git/commitdiff
move PPP_MAGIC and PPP_VERSION here
authorPaul Mackerras <paulus@samba.org>
Thu, 12 Aug 1999 03:58:23 +0000 (03:58 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 12 Aug 1999 03:58:23 +0000 (03:58 +0000)
include/linux/if_pppvar.h

index d6cd0c25bb17397d9619b8ea01cac8a7dc901055..91744c8b1da023c7b789a8716601151d95fd2041 100644 (file)
@@ -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"