summaryrefslogtreecommitdiff
path: root/mbone/nte/patches/patch-af
blob: 9c39ae56113fe8f5540a1ca094e5f3cea1e5aaa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-af,v 1.1 2000/12/03 06:17:37 mycroft Exp $

--- src/hsearch.c.orig	Wed Sep  4 10:54:03 1996
+++ src/hsearch.c	Sun Dec  3 06:09:08 2000
@@ -55,7 +55,7 @@
  */
 
 static int
-DEFUN(isprime, (number), unsigned number)
+DEFUN(isprime, (number), size_t number)
 {
     /* no even number will be passed */
     unsigned div = 3;
@@ -76,7 +76,7 @@
  */
 
 int
-DEFUN(hcreate, (nel), unsigned nel)
+DEFUN(hcreate, (nel), size_t nel)
 {
     /* There is still a table active. Return with error. */
     if (htable != NULL)