X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=NeXT%2Fif_ppp.c;h=0e9b3e6a499a9252b7dd4b191d62c8fd4eb26d79;hp=6803769b5e37f1ea23f7719ad23a7e705f1b93ea;hb=09032f7c09a5ead7d5cd14a61d17d1d495bf80f5;hpb=176cafe278ae1386723020bb00187e2f93939f99 diff --git a/NeXT/if_ppp.c b/NeXT/if_ppp.c index 6803769..0e9b3e6 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.3 $ ($Date: 1997/07/14 03:49:07 $)"; +static char sccsid[] = "$Revision: 1.4 $ ($Date: 1997/11/27 05:59:11 $)"; #endif /* not lint*/ #define KERNEL 1 @@ -282,7 +282,7 @@ pppattach() register struct ppp_softc *sc; register int i = 0; - IOLog("\nPPP version 2.3.1 for NS 3.2 and 3.3\n"); + IOLog("\nPPP version 2.3.0 for NS 3.2 and 3.3\n"); IOLog("LKS: %s\n", sccsid); IOLog("by Stephen Perkins, Philip Prindeville, and Pete French\n");