summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-10-09 21:56:21 +0000
committerwdenk <wdenk>2004-10-09 21:56:21 +0000
commit3e01d75ff25b3668191beb86ab32cb2d1fb7f73b (patch)
tree2e035097bf7974c1309cba1a050668ef83f2ab29 /net
parenta5bbcc3c53a7fb541f812d25d576c35f097438ba (diff)
downloadtalos-obmc-uboot-3e01d75ff25b3668191beb86ab32cb2d1fb7f73b.tar.gz
talos-obmc-uboot-3e01d75ff25b3668191beb86ab32cb2d1fb7f73b.zip
Patch by Andreas Engel, 16 Aug 2004:
parameter type cleanup for NetSetTimeout()
Diffstat (limited to 'net')
-rw-r--r--net/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.c b/net/net.c
index 261f7c187d..90315ca7e2 100644
--- a/net/net.c
+++ b/net/net.c
@@ -585,7 +585,7 @@ NetSetHandler(rxhand_f * f)
void
-NetSetTimeout(int iv, thand_f * f)
+NetSetTimeout(ulong iv, thand_f * f)
{
if (iv == 0) {
timeHandler = (thand_f *)0;
OpenPOWER on IntegriCloud