summaryrefslogtreecommitdiff
path: root/mbone/nte/files/patch-ae
blob: 9db8fcdbb92765cdd137ac42e9da347c57d409d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*** 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)