From: Paul Mackerras Date: Thu, 18 Jan 1996 03:23:57 +0000 (+0000) Subject: fix module description string X-Git-Tag: RELEASE_2_3_6~525 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=f711e3f58edd4e74ff7b527ead5323bfe578f3cf;ds=sidebyside fix module description string --- 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 };