summaryrefslogtreecommitdiff
path: root/mbone/nte/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/nte/patches/patch-af')
-rw-r--r--mbone/nte/patches/patch-af22
1 files changed, 22 insertions, 0 deletions
diff --git a/mbone/nte/patches/patch-af b/mbone/nte/patches/patch-af
new file mode 100644
index 00000000000..9c39ae56113
--- /dev/null
+++ b/mbone/nte/patches/patch-af
@@ -0,0 +1,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)