X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fmagic.c;h=3c70558359b7d0f532dce8b20cc63b8ecbb511e8;hb=67b4994c647485a542e37910917a5348b977041e;hp=fbb5fce4b6b26cd4214e0257d60687265d7f503f;hpb=875d9641d05b4fcb7e186f784c801962bb2670e5;p=ppp.git diff --git a/pppd/magic.c b/pppd/magic.c index fbb5fce..3c70558 100644 --- a/pppd/magic.c +++ b/pppd/magic.c @@ -17,9 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = "$Id: magic.c,v 1.8 1999/08/12 04:25:22 paulus Exp $"; -#endif +#define RCSID "$Id: magic.c,v 1.9 1999/08/13 06:46:15 paulus Exp $" #include #include @@ -29,6 +27,8 @@ static const char rcsid[] = "$Id: magic.c,v 1.8 1999/08/12 04:25:22 paulus Exp $ #include "pppd.h" #include "magic.h" +static const char rcsid[] = RCSID; + extern long mrand48 __P((void)); extern void srand48 __P((long));