freebsd-ports/comms/yagiuda/files/patch-src_yagi.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

11 lines
213 B
C

--- src/yagi.c.orig 2005-07-09 19:59:56 UTC
+++ src/yagi.c
@@ -19,7 +19,7 @@ formulae */
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <math.h>
#include <errno.h>
#include "yagi.h"