X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=svr4%2Fppp_mod.c;h=3da939709112170216788d00f064cb31e528f70a;hp=b0c16cae34fd983c37835cfaa55584c3ccc7dbe6;hb=94228211c6f56fd2696e05ee9334f0a1185a8bbd;hpb=f9e2af5a81ac29239cfa4ebd8dc2c40792eafcbb 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 */ };