diff packages/redboot/current/src/net/bootp.c @ 151:25e238959bae

Merge from eCos master repository on 2001-02-12-23:44:24-GMT
author jlarmour
date Tue, 13 Feb 2001 01:23:16 +0000
parents 6ed91473a1cd
children b939e9cada46
line wrap: on
line diff
--- a/packages/redboot/current/src/net/bootp.c
+++ b/packages/redboot/current/src/net/bootp.c
@@ -131,7 +131,7 @@ int
 		__udp_remove_listener(IPPORT_BOOTPC);
 		return 0;
 	    }
-	} while ((MS_TICKS() - start) < RETRY_TIME);
+	} while ((MS_TICKS_DELAY() - start) < RETRY_TIME);
     }
 
     /* timed out */