summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1999-08-12 03:58:23 +0000
committerPaul Mackerras <paulus@samba.org>1999-08-12 03:58:23 +0000
commit5c4194f367dba10e9c6c2e2e6a5030f0d4b603a1 (patch)
tree8b6ee6e286912ecff994382f287d959f94ca5b6a /include
parent671d87d340c8beb082d0f019dbf9aaf387d969cf (diff)
downloadppp-5c4194f367dba10e9c6c2e2e6a5030f0d4b603a1.tar.gz
move PPP_MAGIC and PPP_VERSION here
Diffstat (limited to 'include')
-rw-r--r--include/linux/if_pppvar.h5
1 files changed, 4 insertions, 1 deletions
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"