ports/comms/yagiuda/files/patch-src_string.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
172 B
C

--- src/string.c.orig 2000-10-28 13:54:45 UTC
+++ src/string.c
@@ -2,7 +2,6 @@
#include <stdlib.h>
#endif
#include <stdio.h>
-#include <malloc.h>
#include "yagi.h"