freebsd-ports/comms/yagiuda/files/patch-src_random.c
Diane Bruce 7f932a1d60 Remove the two gets() calls and replace with fgets()
https://reviews.freebsd.org/D12298
Whilst here redo the patches with make makepatch

PR:		ports/222796
Reported by:	emaste@
2017-10-07 01:24:16 +00:00

10 lines
199 B
C

--- src/random.c.orig 2000-10-28 11:43:17 UTC
+++ src/random.c
@@ -42,7 +42,6 @@ return(VAX_integer_random_number_generat
#endif
-#include <values.h>
#include "yagi.h"
double randreal(void)