From 6d6a66f71e2caab3cb256b537506921cefb5eba3 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 4 Feb 1998 01:41:09 +0000 Subject: [PATCH] update for 2.3.3 --- include/linux/if_ppp.h | 4 ++-- linux/bsd_comp.c | 2 +- linux/if_ppp.h | 4 ++-- modules/if_ppp.c | 4 ++-- pppd/patchlevel.h | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/include/linux/if_ppp.h b/include/linux/if_ppp.h index 22aa277..1f59f7d 100644 --- a/include/linux/if_ppp.h +++ b/include/linux/if_ppp.h @@ -21,7 +21,7 @@ */ /* - * ==FILEVERSION 971001== + * ==FILEVERSION 971223== * * NOTE TO MAINTAINERS: * If you modify this file at all, please set the above date. @@ -47,7 +47,7 @@ #define PPP_MTU 1500 /* Default MTU (size of Info field) */ #define PPP_MAXMRU 65000 /* Largest MRU we allow */ -#define PPP_VERSION "2.3.2" +#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 */ diff --git a/linux/bsd_comp.c b/linux/bsd_comp.c index b2e2a7f..952b32f 100644 --- a/linux/bsd_comp.c +++ b/linux/bsd_comp.c @@ -39,7 +39,7 @@ /* * This version is for use with contiguous buffers on Linux-derived systems. * - * ==FILEVERSION 970227== + * ==FILEVERSION 970607== * * NOTE TO MAINTAINERS: * If you modify this file at all, please set the number above to the diff --git a/linux/if_ppp.h b/linux/if_ppp.h index 22aa277..1f59f7d 100644 --- a/linux/if_ppp.h +++ b/linux/if_ppp.h @@ -21,7 +21,7 @@ */ /* - * ==FILEVERSION 971001== + * ==FILEVERSION 971223== * * NOTE TO MAINTAINERS: * If you modify this file at all, please set the above date. @@ -47,7 +47,7 @@ #define PPP_MTU 1500 /* Default MTU (size of Info field) */ #define PPP_MAXMRU 65000 /* Largest MRU we allow */ -#define PPP_VERSION "2.3.2" +#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 */ diff --git a/modules/if_ppp.c b/modules/if_ppp.c index 52bfa7d..2d3fb45 100644 --- a/modules/if_ppp.c +++ b/modules/if_ppp.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: if_ppp.c,v 1.7 1997/11/27 06:05:27 paulus Exp $ + * $Id: if_ppp.c,v 1.8 1998/02/04 01:38:59 paulus Exp $ */ /* @@ -296,7 +296,7 @@ if_ppp_wput(q, mp) #endif ifp->if_output = if_ppp_output; #ifdef __osf__ - ifp->if_version = "Point-to-Point Protocol, version 2.3.2"; + ifp->if_version = "Point-to-Point Protocol, version 2.3.3"; ifp->if_mediamtu = PPP_MTU; ifp->if_type = IFT_PPP; ifp->if_hdrlen = PPP_HDRLEN; diff --git a/pppd/patchlevel.h b/pppd/patchlevel.h index 3b2aaf3..7babf58 100644 --- a/pppd/patchlevel.h +++ b/pppd/patchlevel.h @@ -1,6 +1,6 @@ -/* $Id: patchlevel.h,v 1.30 1997/11/27 06:09:44 paulus Exp $ */ -#define PATCHLEVEL 2 +/* $Id: patchlevel.h,v 1.31 1998/02/04 01:41:09 paulus Exp $ */ +#define PATCHLEVEL 3 #define VERSION "2.3" #define IMPLEMENTATION "" -#define DATE "27 October 1997" +#define DATE "11 December 1997" -- 2.39.2