X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmagic.c;h=9e95994953812e52dbeecd253f9bc23fbc08f26f;hp=4797f0b19fd636f09c357b786b3378c002519ebd;hb=36805618d84d7c2e8c228f0480246f42141c3023;hpb=fcdd79cf516672a47a3dd24b8e01071763f62110 diff --git a/pppd/magic.c b/pppd/magic.c index 4797f0b..9e95994 100644 --- a/pppd/magic.c +++ b/pppd/magic.c @@ -18,23 +18,20 @@ */ #ifndef lint -static char rcsid[] = "$Id: magic.c,v 1.5 1995/06/06 01:52:25 paulus Exp $"; +static char rcsid[] = "$Id: magic.c,v 1.6 1996/04/04 03:58:41 paulus Exp $"; #endif #include +#include #include #include #include "pppd.h" #include "magic.h" -static u_int32_t next; /* Next value to return */ - -extern int gethostid __P((void)); extern long mrand48 __P((void)); extern void srand48 __P((long)); - /* * magic_init - Initialize the magic number generator. *