/[lwip]/lwip/src/core/sys.c
ViewVC logotype

Diff of /lwip/src/core/sys.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9.2.2 by likewise, Wed Jun 4 10:30:00 2003 UTC revision 1.9.2.3 by likewise, Wed Jun 4 17:15:22 2003 UTC
# Line 67  sys_mbox_fetch(sys_mbox_t mbox, void **m Line 67  sys_mbox_fetch(sys_mbox_t mbox, void **m
67        time = SYS_ARCH_TIMEOUT;        time = SYS_ARCH_TIMEOUT;
68      }      }
69    
70      if (time == 0xffffffff) {      if (time == SYS_ARCH_TIMEOUT) {
71        /* If time == 0xffffffff, a timeout occured before a message could be        /* If time == SYS_ARCH_TIMEOUT, a timeout occured before a message
72           fetched. We should now call the timeout handler and           could be fetched. We should now call the timeout handler and
73           deallocate the memory allocated for the timeout. */           deallocate the memory allocated for the timeout. */
74        tmptimeout = timeouts->next;        tmptimeout = timeouts->next;
75        timeouts->next = tmptimeout->next;        timeouts->next = tmptimeout->next;

Legend:
Removed from v.1.9.2.2  
changed lines
  Added in v.1.9.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26