mirror of
https://github.com/paulusmack/ppp.git
synced 2024-11-24 10:53:28 +08:00
move PPP_MAGIC and PPP_VERSION here
This commit is contained in:
parent
671d87d340
commit
5c4194f367
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user