freebsd-ports/comms/yagiuda/files/patch-src_gain.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
202 B
C

--- src/gain.c.orig 2000-10-28 11:45:51 UTC
+++ src/gain.c
@@ -3,7 +3,6 @@
#endif
#include <stdio.h>
#include <math.h>
-#include <malloc.h>
#include <errno.h>
#include "yagi.h"
#define TINY 1e-10