From: Paul Mackerras Date: Thu, 18 Jan 1996 03:27:36 +0000 (+0000) Subject: fixed module description string X-Git-Tag: RELEASE_2_3_6~523 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=ad96e2b66e32479175852c3df53a7bfc971fe7a9 fixed module description string --- diff --git a/svr4/ppp_mod.c b/svr4/ppp_mod.c index b0c16ca..3da9397 100644 --- a/svr4/ppp_mod.c +++ b/svr4/ppp_mod.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ppp_mod.c,v 1.1 1995/12/11 05:21:05 paulus Exp $ + * $Id: ppp_mod.c,v 1.2 1996/01/18 03:27:36 paulus Exp $ */ /* @@ -81,7 +81,7 @@ static struct dev_ops ppp_ops = { static struct modldrv modldrv = { &mod_driverops, /* says this is a pseudo driver */ - "PPP-2.2 multiplexing driver", + "PPP-2.3 multiplexing driver", &ppp_ops /* driver ops */ };