]> git.ozlabs.org Git - ppp.git/commitdiff
update for 2.3.3
authorPaul Mackerras <paulus@samba.org>
Wed, 4 Feb 1998 01:41:09 +0000 (01:41 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 4 Feb 1998 01:41:09 +0000 (01:41 +0000)
include/linux/if_ppp.h
linux/bsd_comp.c
linux/if_ppp.h
modules/if_ppp.c
pppd/patchlevel.h

index 22aa27796139dca2bdd3c0f027341dc35c5e2289..1f59f7d618e1955263d0dc7152ecf2f4662b1934 100644 (file)
@@ -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 */
index b2e2a7f616d8852d64d216e80fdf9ae14c84de22..952b32f504649dff2afb52cc571a62d3b3bf9590 100644 (file)
@@ -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
index 22aa27796139dca2bdd3c0f027341dc35c5e2289..1f59f7d618e1955263d0dc7152ecf2f4662b1934 100644 (file)
@@ -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 */
index 52bfa7df0e9e8188cfb7cba9e4b954aef6303f69..2d3fb45ac891f86498b8a4f2f34a7e3d292d6518 100644 (file)
@@ -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;
index 3b2aaf3b3f1ffdbd0793d549d92b4e881fbaaea6..7babf58c8cad0f30ec12f31156bddd87eeb3e410 100644 (file)
@@ -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"