7f932a1d60
https://reviews.freebsd.org/D12298 Whilst here redo the patches with make makepatch PR: ports/222796 Reported by: emaste@
11 lines
213 B
C
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"
|