228d9cfbd5
It's fun being in Canada.
20 lines
403 B
Plaintext
20 lines
403 B
Plaintext
*** truerand.c.orig Tue Nov 25 17:53:25 1997
|
|
--- truerand.c Tue Nov 25 17:52:49 1997
|
|
***************
|
|
*** 55,61 ****
|
|
#include <signal.h>
|
|
#include <setjmp.h>
|
|
#include <sys/time.h>
|
|
! #include <math.h>
|
|
#include <stdio.h>
|
|
|
|
static jmp_buf env;
|
|
--- 55,61 ----
|
|
#include <signal.h>
|
|
#include <setjmp.h>
|
|
#include <sys/time.h>
|
|
! /*#include <math.h>*/
|
|
#include <stdio.h>
|
|
|
|
static jmp_buf env;
|