X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Foptions.c;h=cb9c2d4a1638f868bdbf130530a8d1f106baeb58;hb=31b4bba68d46b38119fd8620ee09ff7f8831f4b5;hp=fc65d921b526345e1ac47f1db825ad6f03381514;hpb=eec3836d78f32b0ada1a3c04bff77c80abe5ed98;p=ppp.git diff --git a/pppd/options.c b/pppd/options.c index fc65d92..cb9c2d4 100644 --- a/pppd/options.c +++ b/pppd/options.c @@ -17,9 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = "$Id: options.c,v 1.63 1999/08/13 01:57:36 paulus Exp $"; -#endif +#define RCSID "$Id: options.c,v 1.64 1999/08/13 06:46:16 paulus Exp $" #include #include @@ -57,6 +55,8 @@ static const char rcsid[] = "$Id: options.c,v 1.63 1999/08/13 01:57:36 paulus Ex char *strdup __P((char *)); #endif +static const char rcsid[] = RCSID; + /* * Option variables and default values. */