]> git.ozlabs.org Git - ppp.git/blobdiff - solaris/ppp_mod.c
Merge branch 'pppd_print_changes' of https://github.com/nlhintz/ppp into nlhintz...
[ppp.git] / solaris / ppp_mod.c
index b70674c47d85dd480e80878bdd5eae6d167b874a..80ca20345644fb583a488bc1f68475eec1f3bd38 100644 (file)
@@ -91,7 +91,7 @@ static struct dev_ops ppp_ops = {
 
 static struct modldrv modldrv = {
     &mod_driverops,                    /* says this is a pseudo driver */
-    "PPP-2.3 multiplexing driver",
+    "PPP-2.4.7 multiplexing driver",
     &ppp_ops                           /* driver ops */
 };