mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build on -current (remove <malloc.h>)
This commit is contained in:
parent
8867b37fc4
commit
84d5810d23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68790
1 changed files with 10 additions and 0 deletions
10
astro/libnova/files/patch-misc.c
Normal file
10
astro/libnova/files/patch-misc.c
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- ./src/misc.c.orig Fri Oct 25 01:29:37 2002
|
||||||
|
+++ ./src/misc.c Fri Oct 25 01:29:45 2002
|
||||||
|
@@ -36,7 +36,6 @@
|
||||||
|
|
||||||
|
/**/
|
||||||
|
#include <stdio.h>
|
||||||
|
-#include <malloc.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <unistd.h>
|
Loading…
Add table
Reference in a new issue