From fea937ca274527cce12ff493be219aa0c93f9d53 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 23 Dec 1999 01:48:45 +0000 Subject: [PATCH] update for 2.3.11 --- NeXT/Makefile.top | 4 ++-- NeXT/if_ppp.c | 4 ++-- README.linux | 8 ++++---- include/linux/if_pppvar.h | 2 +- linux/ppp.c | 4 ++-- modules/if_ppp.c | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/NeXT/Makefile.top b/NeXT/Makefile.top index 46fed70..4ca9d58 100644 --- a/NeXT/Makefile.top +++ b/NeXT/Makefile.top @@ -1,6 +1,6 @@ # ppp top level makefile for NeXT systems # -# $Id: Makefile.top,v 1.9 1999/09/17 05:20:37 paulus Exp $ +# $Id: Makefile.top,v 1.10 1999/12/23 01:48:44 paulus Exp $ # # Change the values of ARCHFLAGS to include the @@ -155,7 +155,7 @@ NEXTPORT = \ # portdist: - echo NeXT-ppp2.3.10-`sed -e '/version_string/!d' \ + echo NeXT-ppp2.3.11-`sed -e '/version_string/!d' \ -e 's/[^0-9.]*\([0-9.]*\).*/\1/' -e q ./NeXT/NeXT_Version.h` > .fname rm -rf `cat .fname` mkdir `cat .fname` diff --git a/NeXT/if_ppp.c b/NeXT/if_ppp.c index ad87c17..05653d4 100644 --- a/NeXT/if_ppp.c +++ b/NeXT/if_ppp.c @@ -81,7 +81,7 @@ /* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */ #if !defined(lint) -static char sccsid[] = "$Revision: 1.11 $ ($Date: 1999/09/17 05:20:37 $)"; +static char sccsid[] = "$Revision: 1.12 $ ($Date: 1999/12/23 01:48:44 $)"; #endif /* not lint*/ #define KERNEL 1 @@ -285,7 +285,7 @@ pppattach() register struct ppp_softc *sc; register int i = 0; - IOLog("\nPPP version 2.3.10-%s for NeXTSTEP and OPENSTEP\n", PPPVERSION); + IOLog("\nPPP version 2.3.11-%s for NeXTSTEP and OPENSTEP\n", PPPVERSION); IOLog("by Stephen Perkins, Philip Prindeville, and Pete French\n"); if (install_ppp_ld() < 0) { IOLog("ppp: Could not install line discipline\n"); diff --git a/README.linux b/README.linux index d82a397..5f2fc7c 100644 --- a/README.linux +++ b/README.linux @@ -1,7 +1,7 @@ -PPP for Linux Version 2.3.10 +PPP for Linux Version 2.3.11 ============= based on - ppp-2.3.10 - September 1999 + ppp-2.3.11 + December 1999 Paul Mackerras Paul.Mackerras@cs.anu.edu.au Al Longyear longyear@netcom.com @@ -209,7 +209,7 @@ above). If you are using a kernel earlier than 2.2.8, you can either use the driver in this package or upgrade your kernel to the current 2.2.x -series kernel (2.2.12, as of the release of ppp-2.3.10). If you choose +series kernel (2.2.13, as of the release of ppp-2.3.11). If you choose to use the driver in this package, you will need a copy of the kernel source tree to compile the driver. Issue the command: diff --git a/include/linux/if_pppvar.h b/include/linux/if_pppvar.h index 9bdeeee..b2485cd 100644 --- a/include/linux/if_pppvar.h +++ b/include/linux/if_pppvar.h @@ -135,4 +135,4 @@ struct ppp { }; #define PPP_MAGIC 0x5002 -#define PPP_VERSION "2.3.10" +#define PPP_VERSION "2.3.11" diff --git a/linux/ppp.c b/linux/ppp.c index 4779be6..0fa98fd 100644 --- a/linux/ppp.c +++ b/linux/ppp.c @@ -45,7 +45,7 @@ #define PPP_MAX_RCV_QLEN 32 /* max # frames we queue up for pppd */ -/* $Id: ppp.c,v 1.32 1999/09/11 12:09:31 paulus Exp $ */ +/* $Id: ppp.c,v 1.33 1999/12/23 01:48:45 paulus Exp $ */ #include #include @@ -104,7 +104,7 @@ #endif #undef PPP_VERSION -#define PPP_VERSION "2.3.10" +#define PPP_VERSION "2.3.11" #if LINUX_VERSION_CODE >= VERSION(2,1,4) diff --git a/modules/if_ppp.c b/modules/if_ppp.c index 3b4071b..3de8e9e 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.16 1999/09/17 05:20:38 paulus Exp $ + * $Id: if_ppp.c,v 1.17 1999/12/23 01:48:45 paulus Exp $ */ /* @@ -297,7 +297,7 @@ if_ppp_wput(q, mp) #endif /* __osf__ */ ifp->if_output = if_ppp_output; #ifdef __osf__ - ifp->if_version = "Point-to-Point Protocol, version 2.3.10"; + ifp->if_version = "Point-to-Point Protocol, version 2.3.11"; ifp->if_mediamtu = PPP_MTU; ifp->if_type = IFT_PPP; ifp->if_hdrlen = PPP_HDRLEN; -- 2.39.2