mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
79d12622c6
Note that this port is restricted due to inclusion of DES code.
20 lines
393 B
Plaintext
20 lines
393 B
Plaintext
*** src/hsearch.c.orig Thu Oct 31 16:19:42 1996
|
|
--- src/hsearch.c Thu Oct 31 16:20:02 1996
|
|
***************
|
|
*** 19,25 ****
|
|
Cambridge, MA 02139, USA. */
|
|
|
|
#include "ansidecl.h"
|
|
! #include <malloc.h>
|
|
#include <string.h>
|
|
|
|
#include "search.h"
|
|
--- 19,25 ----
|
|
Cambridge, MA 02139, USA. */
|
|
|
|
#include "ansidecl.h"
|
|
! #include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include "search.h"
|