X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=NeXT%2Fif_ppp.c;fp=NeXT%2Fif_ppp.c;h=aceb164c1c2eb16751ebd00d225aaa02b2ca9a79;hp=9515d6922e5c98bf2e91d62ca5b6616ca75469ae;hb=da085a7dca7340ae4d641c3fdf7af9ba2da9340f;hpb=10d17d19d3f7fe61e3b1f46a97198c521b535589;ds=sidebyside diff --git a/NeXT/if_ppp.c b/NeXT/if_ppp.c index 9515d69..aceb164 100644 --- a/NeXT/if_ppp.c +++ b/NeXT/if_ppp.c @@ -81,7 +81,7 @@ /* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */ #if !defined(lint) -static char sccsid[] = "$Revision: 1.8 $ ($Date: 1999/03/31 06:07:56 $)"; +static char sccsid[] = "$Revision: 1.9 $ ($Date: 1999/05/13 00:35:56 $)"; #endif /* not lint*/ #define KERNEL 1 @@ -285,7 +285,7 @@ pppattach() register struct ppp_softc *sc; register int i = 0; - IOLog("\nPPP version 2.3.7-%s for NeXTSTEP and OPENSTEP\n", PPPVERSION); + IOLog("\nPPP version 2.3.8-%s for NeXTSTEP and OPENSTEP\n", PPPVERSION); IOLog("by Stephen Perkins, Philip Prindeville, and Pete French\n"); if (install_ppp_ld() < 0) { IOLog("ppp: Could not install line discipline\n");