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

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

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

revision 1.6 by likewise, Thu Nov 21 10:29:51 2002 UTC revision 1.7 by likewise, Sun Nov 24 22:27:10 2002 UTC
# Line 709  tcp_seg_copy(struct tcp_seg *seg) Line 709  tcp_seg_copy(struct tcp_seg *seg)
709    if(cseg == NULL) {    if(cseg == NULL) {
710      return NULL;      return NULL;
711    }    }
712    bcopy(seg, cseg, sizeof(struct tcp_seg));    bcopy((const char *)seg, (char *)cseg, sizeof(struct tcp_seg));
713    pbuf_ref(cseg->p);    pbuf_ref(cseg->p);
714    return cseg;    return cseg;
715  }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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