From d4ac0967e84f6967c444ce598436310ff197a602 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 19 Mar 1998 04:56:44 +0000 Subject: [PATCH] change number for deflate (old number is CI_DEFLATE_DRAFT) --- include/linux/ppp-comp.h | 7 ++++--- linux/ppp-comp.h | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/include/linux/ppp-comp.h b/include/linux/ppp-comp.h index cc56636..6b26896 100644 --- a/include/linux/ppp-comp.h +++ b/include/linux/ppp-comp.h @@ -24,11 +24,11 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ppp-comp.h,v 1.6 1997/11/27 06:04:44 paulus Exp $ + * $Id: ppp-comp.h,v 1.7 1998/03/19 04:56:44 paulus Exp $ */ /* - * ==FILEVERSION 971024== + * ==FILEVERSION 980319== * * NOTE TO MAINTAINERS: * If you modify this file at all, please set the above date. @@ -173,7 +173,8 @@ struct compressor { * Definitions for Deflate. */ -#define CI_DEFLATE 24 /* config option for Deflate */ +#define CI_DEFLATE 26 /* config option for Deflate */ +#define CI_DEFLATE_DRAFT 24 /* value used in original draft RFC */ #define CILEN_DEFLATE 4 /* length of its config option */ #define DEFLATE_MIN_SIZE 8 diff --git a/linux/ppp-comp.h b/linux/ppp-comp.h index cc56636..6b26896 100644 --- a/linux/ppp-comp.h +++ b/linux/ppp-comp.h @@ -24,11 +24,11 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ppp-comp.h,v 1.6 1997/11/27 06:04:44 paulus Exp $ + * $Id: ppp-comp.h,v 1.7 1998/03/19 04:56:44 paulus Exp $ */ /* - * ==FILEVERSION 971024== + * ==FILEVERSION 980319== * * NOTE TO MAINTAINERS: * If you modify this file at all, please set the above date. @@ -173,7 +173,8 @@ struct compressor { * Definitions for Deflate. */ -#define CI_DEFLATE 24 /* config option for Deflate */ +#define CI_DEFLATE 26 /* config option for Deflate */ +#define CI_DEFLATE_DRAFT 24 /* value used in original draft RFC */ #define CILEN_DEFLATE 4 /* length of its config option */ #define DEFLATE_MIN_SIZE 8 -- 2.39.2