From: Ulrich Drepper Date: Tue, 18 Mar 1997 22:09:30 +0000 (+0000) Subject: (PPP_VERSION): Define to 2.2.0 to prevent version mismatch. X-Git-Tag: cvs/libc20x-ud-970318~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18d41844f10045ca6e31b20dae2800befc0783b3;p=thirdparty%2Fglibc.git (PPP_VERSION): Define to 2.2.0 to prevent version mismatch. --- diff --git a/sysdeps/unix/sysv/linux/net/if_ppp.h b/sysdeps/unix/sysv/linux/net/if_ppp.h index 567dccebe30..0f2a979cd6d 100644 --- a/sysdeps/unix/sysv/linux/net/if_ppp.h +++ b/sysdeps/unix/sysv/linux/net/if_ppp.h @@ -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 */