mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Just to make the compile less verbose and make Satoshi happy.
This commit is contained in:
parent
323494c2af
commit
3071149501
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1437
19
math/calc/files/patch-aa
Normal file
19
math/calc/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
||||
*** alloc.h~ Thu Mar 31 03:05:41 1994
|
||||
--- alloc.h Sun Apr 16 17:27:55 1995
|
||||
***************
|
||||
*** 10,16 ****
|
||||
|
||||
#include "have_malloc.h"
|
||||
#ifdef HAVE_MALLOC_H
|
||||
! # include <malloc.h>
|
||||
#else
|
||||
# if defined(__STDC__)
|
||||
extern void *malloc();
|
||||
--- 10,16 ----
|
||||
|
||||
#include "have_malloc.h"
|
||||
#ifdef HAVE_MALLOC_H
|
||||
! /* # include <malloc.h> */
|
||||
#else
|
||||
# if defined(__STDC__)
|
||||
extern void *malloc();
|
Loading…
Reference in New Issue
Block a user