Patch by Andreas Engel, 16 Aug 2004:
parameter type cleanup for NetSetTimeout()
diff --git a/net/net.c b/net/net.c
index 261f7c1..90315ca 100644
--- a/net/net.c
+++ b/net/net.c
@@ -585,7 +585,7 @@
 
 
 void
-NetSetTimeout(int iv, thand_f * f)
+NetSetTimeout(ulong iv, thand_f * f)
 {
 	if (iv == 0) {
 		timeHandler = (thand_f *)0;