move PPP_MAGIC and PPP_VERSION here

This commit is contained in:
Paul Mackerras 1999-08-12 03:58:23 +00:00
parent 671d87d340
commit 5c4194f367

View 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"