Changeset 887618b0 in rtems
- Timestamp:
- 01/26/99 01:49:56 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 39ba9122
- Parents:
- d78b7a9e
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/netinet/in_cksum.c
rd78b7a9e r887618b0 153 153 } 154 154 if (len) 155 p rintf("cksum: out of data\n");155 puts("cksum: out of data"); 156 156 if (mlen == -1) { 157 157 /* The last mbuf has odd # of bytes. Follow the -
c/src/lib/libnetworking/netinet/in_cksum.c
rd78b7a9e r887618b0 153 153 } 154 154 if (len) 155 p rintf("cksum: out of data\n");155 puts("cksum: out of data"); 156 156 if (mlen == -1) { 157 157 /* The last mbuf has odd # of bytes. Follow the -
c/src/libnetworking/netinet/in_cksum.c
rd78b7a9e r887618b0 153 153 } 154 154 if (len) 155 p rintf("cksum: out of data\n");155 puts("cksum: out of data"); 156 156 if (mlen == -1) { 157 157 /* The last mbuf has odd # of bytes. Follow the -
cpukit/libnetworking/netinet/in_cksum.c
rd78b7a9e r887618b0 153 153 } 154 154 if (len) 155 p rintf("cksum: out of data\n");155 puts("cksum: out of data"); 156 156 if (mlen == -1) { 157 157 /* The last mbuf has odd # of bytes. Follow the
Note: See TracChangeset
for help on using the changeset viewer.