1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/comms/yagiuda/files/patch-src_output.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
216 B
C

--- src/output.c.orig 2000-10-29 14:43:15 UTC
+++ src/output.c
@@ -11,7 +11,6 @@ of system memory.
#ifdef HAVE_STDLIB_H
#endif
-#include <malloc.h>
#include <math.h>
#include <string.h>
#include <sys/types.h>