diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-03-18 22:09:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-03-18 22:09:30 +0000 |
commit | 18d41844f10045ca6e31b20dae2800befc0783b3 (patch) | |
tree | 08be04d0c315324d3ed57fc0100ee91625f1a82b /sysdeps/unix | |
parent | ea00844dfbaa9740f7805215a253414761b50710 (diff) | |
download | glibc-18d41844f10045ca6e31b20dae2800befc0783b3.tar glibc-18d41844f10045ca6e31b20dae2800befc0783b3.tar.gz glibc-18d41844f10045ca6e31b20dae2800befc0783b3.tar.bz2 glibc-18d41844f10045ca6e31b20dae2800befc0783b3.zip |
(PPP_VERSION): Define to 2.2.0 to prevent version mismatch.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/net/if_ppp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/net/if_ppp.h b/sysdeps/unix/sysv/linux/net/if_ppp.h index 567dccebe3..0f2a979cd6 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 */ |