]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(PPP_VERSION): Define to 2.2.0 to prevent version mismatch.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Mar 1997 22:09:30 +0000 (22:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Mar 1997 22:09:30 +0000 (22:09 +0000)
sysdeps/unix/sysv/linux/net/if_ppp.h

index 567dccebe309aa0cdd53e717913e11c5b962e578..0f2a979cd6d3532ba10e96932dbc10bd879cd0a8 100644 (file)
@@ -51,7 +51,7 @@ __BEGIN_DECLS
 
 #define        PPP_MTU         1500    /* Default MTU (size of Info field) */
 #define PPP_MAXMRU     65000   /* Largest MRU we allow */
-#define PPP_VERSION    "2.3.0"
+#define PPP_VERSION    "2.2.0"
 #define PPP_MAGIC      0x5002  /* Magic value for the ppp structure */
 #define PROTO_IPX      0x002b  /* protocol numbers */
 #define PROTO_DNA_RT    0x0027  /* DNA Routing */