summaryrefslogtreecommitdiff
path: root/mbone/nte/patches
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2000-12-03 06:17:36 +0000
committermycroft <mycroft@pkgsrc.org>2000-12-03 06:17:36 +0000
commit76605ef94413ab2e665b4d1407bbd9beef0a5930 (patch)
tree589cc9c77e6c1a810bb1ce0f43139c29405f48cd /mbone/nte/patches
parent83d37d3bffd0eb229dd1cd0c3be13937a6f37c11 (diff)
downloadpkgsrc-76605ef94413ab2e665b4d1407bbd9beef0a5930.tar.gz
Make this build on Alpha.
Diffstat (limited to 'mbone/nte/patches')
-rw-r--r--mbone/nte/patches/patch-af22
-rw-r--r--mbone/nte/patches/patch-ag12
2 files changed, 34 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)
diff --git a/mbone/nte/patches/patch-ag b/mbone/nte/patches/patch-ag
new file mode 100644
index 00000000000..4ae2811a2de
--- /dev/null
+++ b/mbone/nte/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2000/12/03 06:17:37 mycroft Exp $
+
+--- src/network_write.c.orig Thu Oct 31 15:29:41 1996
++++ src/network_write.c Sun Dec 3 06:12:40 2000
+@@ -33,6 +33,7 @@
+
+ #include "prototypes.h"
+ #include <sys/types.h>
++#include "crypt/crypt.h"
+ /*Rate in *bytes* per second we are allowed to send*/
+ extern int data_rate;
+