commit | 3e01d75ff25b3668191beb86ab32cb2d1fb7f73b | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Sat Oct 09 21:56:21 2004 +0000 |
committer | wdenk <wdenk> | Sat Oct 09 21:56:21 2004 +0000 |
tree | 2e035097bf7974c1309cba1a050668ef83f2ab29 | |
parent | a5bbcc3c53a7fb541f812d25d576c35f097438ba [diff] [blame] |
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;