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

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

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

revision 1.49 by likewise, Thu May 1 13:24:01 2003 UTC revision 1.50 by jani, Tue May 6 12:15:08 2003 UTC
# Line 269  pbuf_alloc(pbuf_layer l, u16_t length, p Line 269  pbuf_alloc(pbuf_layer l, u16_t length, p
269          pbuf_free(p);          pbuf_free(p);
270          return NULL;          return NULL;
271        }        }
272        //q->next = NULL;        /*q->next = NULL;*/
273        /* make previous pbuf point to this pbuf */        /* make previous pbuf point to this pbuf */
274        r->next = q;        r->next = q;
275        /* set length of this pbuf */        /* set length of this pbuf */

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

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