X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Flcp.c;h=95b13b33572f2cd5120dc1c927e8670bae77137c;hp=d1be64f43b74e3ca68e9a09a4d80094281e8c46a;hb=a3630de20e34796f434a728bfd9cf1a961380c82;hpb=a8c240d24e1b254284c06b06de06a66828eeec57 diff --git a/pppd/lcp.c b/pppd/lcp.c index d1be64f..95b13b3 100644 --- a/pppd/lcp.c +++ b/pppd/lcp.c @@ -17,9 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = "$Id: lcp.c,v 1.43 1999/08/12 04:25:21 paulus Exp $"; -#endif +#define RCSID "$Id: lcp.c,v 1.44 1999/08/13 06:46:14 paulus Exp $"; /* * TODO: @@ -35,6 +33,8 @@ static const char rcsid[] = "$Id: lcp.c,v 1.43 1999/08/12 04:25:21 paulus Exp $" #include "chap.h" #include "magic.h" +static const char rcsid[] = RCSID; + /* * LCP-related command-line options. */