X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fccp.c;h=d6da2d56923fe8493eaa7aee6dabf90d3ceb3c3e;hb=3f2fe49d822135c209e9896f666b748cf2234f2e;hp=7eae64d1c374aa23264d4f484f46faa78b0ac46b;hpb=f4cdbd273ac5142ed42e8e3fd7eb1109cd58119a;p=ppp.git diff --git a/pppd/ccp.c b/pppd/ccp.c index 7eae64d..d6da2d5 100644 --- a/pppd/ccp.c +++ b/pppd/ccp.c @@ -25,9 +25,7 @@ * OR MODIFICATIONS. */ -#ifndef lint -static char rcsid[] = "$Id: ccp.c,v 1.27 1999/03/19 01:19:30 paulus Exp $"; -#endif +#define RCSID "$Id: ccp.c,v 1.29 1999/08/13 06:46:11 paulus Exp $" #include #include @@ -37,6 +35,8 @@ static char rcsid[] = "$Id: ccp.c,v 1.27 1999/03/19 01:19:30 paulus Exp $"; #include "ccp.h" #include +static const char rcsid[] = RCSID; + /* * Command-line options. */