X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=netbsd-1.2%2Fppp-deflate.c;h=fc4e29f7f7257baa48b3950dcbdc3fe36bc32ef5;hp=4a2ff6426843e7cf4c19ae9965b49273e35ed746;hb=7a4dc0ff500aaa176a41965d8d4ad15a97a70904;hpb=a33610f4d2b55eb85e302954272ce238e8bc577d diff --git a/netbsd-1.2/ppp-deflate.c b/netbsd-1.2/ppp-deflate.c index 4a2ff64..fc4e29f 100644 --- a/netbsd-1.2/ppp-deflate.c +++ b/netbsd-1.2/ppp-deflate.c @@ -1,4 +1,4 @@ -/* $NetBSD: ppp-deflate.c,v 1.3 1996/10/13 02:11:08 christos Exp $ */ +/* $NetBSD: ppp-deflate.c,v 1.6 1998/05/02 14:34:25 christos Exp $ */ /* Id: ppp-deflate.c,v 1.5 1997/03/04 03:33:28 paulus Exp */ /* @@ -99,7 +99,7 @@ struct compressor ppp_deflate = { z_comp_stats, /* decomp_stat */ }; -struct compressor ppp_deflate = { +struct compressor ppp_deflate_draft = { CI_DEFLATE_DRAFT, /* compress_proto */ z_comp_alloc, /* comp_alloc */ z_comp_free, /* comp_free */ @@ -115,7 +115,6 @@ struct compressor ppp_deflate = { z_incomp, /* incomp */ z_comp_stats, /* decomp_stat */ }; - /* * Space allocation and freeing routines for use by zlib routines. */