]> git.ozlabs.org Git - ppp.git/blobdiff - include/linux/if_ppp.h
move PPP_VERSION to ppp.c; don't use dev->tbusy as a lock
[ppp.git] / include / linux / if_ppp.h
index bb7a98db3f0e8542981817ce3f3fc36a1fb0053a..8456c7e8c8b88a0ec5b586ccd1afc4890d8e93a5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: if_ppp.h,v 1.14 1998/07/07 04:27:33 paulus Exp $   */
+/*     $Id: if_ppp.h,v 1.15 1999/01/19 23:57:43 paulus Exp $   */
 
 /*
  * if_ppp.h - Point-to-Point Protocol definitions.
@@ -47,7 +47,6 @@
 
 #define        PPP_MTU         1500    /* Default MTU (size of Info field) */
 #define PPP_MAXMRU     65000   /* Largest MRU we allow */
-#define PPP_VERSION    "2.3.3"
 #define PPP_MAGIC      0x5002  /* Magic value for the ppp structure */
 #define PROTO_IPX      0x002b  /* protocol numbers */
 #define PROTO_DNA_RT    0x0027  /* DNA Routing */