openbsd-ports/security/cfs/patches/patch-truerand_c
wilfried b4ca092a9e * respect CC/CFLAGS
* redo patches with update-patches
2001-03-17 15:46:36 +00:00

13 lines
321 B
Plaintext

$OpenBSD: patch-truerand_c,v 1.1 2001/03/17 15:46:40 wilfried Exp $
--- truerand.c.orig Wed Mar 20 18:57:56 1996
+++ truerand.c Fri Mar 16 20:23:02 2001
@@ -55,7 +55,7 @@
#include <signal.h>
#include <setjmp.h>
#include <sys/time.h>
-#include <math.h>
+/*#include <math.h>*/
#include <stdio.h>
static jmp_buf env;