1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/mbone/nte/files/patch-ae
1999-09-27 01:55:49 +00:00

37 lines
727 B
Plaintext

*** src/hsearch.c.orig Thu Jan 29 03:06:18 1998
--- src/hsearch.c Sun Sep 19 09:42:04 1999
***************
*** 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"
***************
*** 76,82 ****
*/
int
! DEFUN(hcreate, (nel), unsigned nel)
{
/* There is still a table active. Return with error. */
if (htable != NULL)
--- 76,82 ----
*/
int
! DEFUN(hcreate, (nel), size_t nel)
{
/* There is still a table active. Return with error. */
if (htable != NULL)