]> git.ozlabs.org Git - ppp.git/commitdiff
fixed module description string
authorPaul Mackerras <paulus@samba.org>
Thu, 18 Jan 1996 03:27:36 +0000 (03:27 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 18 Jan 1996 03:27:36 +0000 (03:27 +0000)
svr4/ppp_mod.c

index b0c16cae34fd983c37835cfaa55584c3ccc7dbe6..3da939709112170216788d00f064cb31e528f70a 100644 (file)
@@ -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 */
 };