X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=svr4%2Fppp_comp_mod.c;h=66d2abedcd09a3bf3b2e74d5a66716439a2e7914;hp=92f2a057180a2bc63eca90f52b7ad0b96770c9d6;hb=099f04ce0be952f0742d712ae7ac6581b976ae0e;hpb=f9e2af5a81ac29239cfa4ebd8dc2c40792eafcbb diff --git a/svr4/ppp_comp_mod.c b/svr4/ppp_comp_mod.c index 92f2a05..66d2abe 100644 --- a/svr4/ppp_comp_mod.c +++ b/svr4/ppp_comp_mod.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ppp_comp_mod.c,v 1.1 1995/12/11 05:21:04 paulus Exp $ + * $Id: ppp_comp_mod.c,v 1.2 1996/01/18 03:23:57 paulus Exp $ */ /* @@ -48,7 +48,7 @@ extern struct mod_ops mod_strmodops; static struct modlstrmod modlstrmod = { &mod_strmodops, - "PPP async HDLC module", + "PPP compression module", &fsw };