mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
401 B
Plaintext
20 lines
401 B
Plaintext
*** 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();
|