X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fccp.c;h=d6da2d56923fe8493eaa7aee6dabf90d3ceb3c3e;hb=25e76d5413eee163e3141ba0f6e83f0dd24c5d87;hp=e6b1c1262c80370b08ad5c189199e10bd2f8e1c9;hpb=875d9641d05b4fcb7e186f784c801962bb2670e5;p=ppp.git diff --git a/pppd/ccp.c b/pppd/ccp.c index e6b1c12..d6da2d5 100644 --- a/pppd/ccp.c +++ b/pppd/ccp.c @@ -25,9 +25,7 @@ * OR MODIFICATIONS. */ -#ifndef lint -static const char rcsid[] = "$Id: ccp.c,v 1.28 1999/08/12 04:25:19 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 const char rcsid[] = "$Id: ccp.c,v 1.28 1999/08/12 04:25:19 paulus Exp $" #include "ccp.h" #include +static const char rcsid[] = RCSID; + /* * Command-line options. */