X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=NeXT%2Fif_ppp.c;h=9515d6922e5c98bf2e91d62ca5b6616ca75469ae;hb=3bc92613d8e96c02e856a37ba445cff9f23d6ecd;hp=c2aeab88a2ef359736c6f279c158706d44c02043;hpb=b194902e6d9141e12a22603eac3ed4a7660c8643;p=ppp.git diff --git a/NeXT/if_ppp.c b/NeXT/if_ppp.c index c2aeab8..9515d69 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.7 $ ($Date: 1999/03/02 05:27:24 $)"; +static char sccsid[] = "$Revision: 1.8 $ ($Date: 1999/03/31 06:07: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.6-%s for NeXTSTEP and OPENSTEP\n", PPPVERSION); + IOLog("\nPPP version 2.3.7-%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");