summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/magic.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppd/magic.c')
-rw-r--r--usr.sbin/pppd/magic.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/pppd/magic.c b/usr.sbin/pppd/magic.c
index a35ec40..be3b503 100644
--- a/usr.sbin/pppd/magic.c
+++ b/usr.sbin/pppd/magic.c
@@ -22,19 +22,16 @@ static char rcsid[] = "$Id$";
#endif
#include <stdio.h>
+#include <unistd.h>
#include <sys/types.h>
#include <sys/time.h>
#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.
*
OpenPOWER on IntegriCloud