X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmagic.c;h=3c70558359b7d0f532dce8b20cc63b8ecbb511e8;hp=db48ee8c3f4081875b0aa291f042e4a73a787dd4;hb=bcfa20820fc9ff3b25bcf62308e3e737c1897dc6;hpb=017cb31c4b760e7d8dcd5362b1ca9355313df743 diff --git a/pppd/magic.c b/pppd/magic.c index db48ee8..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 char rcsid[] = "$Id: magic.c,v 1.7 1998/03/25 03:07:49 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 char rcsid[] = "$Id: magic.c,v 1.7 1998/03/25 03:07:49 paulus Exp $"; #include "pppd.h" #include "magic.h" +static const char rcsid[] = RCSID; + extern long mrand48 __P((void)); extern void srand48 __P((long));