Changeset eb0d7ae in rtems
- Timestamp:
- 01/04/99 16:35:31 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 97503aa5
- Parents:
- 88a0908
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/netinet/in_cksum_i386.c
r88a0908 reb0d7ae 9 9 * $Id$ 10 10 */ 11 12 #include <stdio.h> /* for puts */ 11 13 12 14 #undef ADDCARRY … … 187 189 188 190 if (len) 189 p rintf("cksum: out of data\n");191 puts("cksum: out of data"); 190 192 if (mlen == -1) { 191 193 /* The last mbuf has odd # of bytes. Follow the -
c/src/lib/libnetworking/netinet/in_cksum_i386.c
r88a0908 reb0d7ae 9 9 * $Id$ 10 10 */ 11 12 #include <stdio.h> /* for puts */ 11 13 12 14 #undef ADDCARRY … … 187 189 188 190 if (len) 189 p rintf("cksum: out of data\n");191 puts("cksum: out of data"); 190 192 if (mlen == -1) { 191 193 /* The last mbuf has odd # of bytes. Follow the -
c/src/libnetworking/netinet/in_cksum_i386.c
r88a0908 reb0d7ae 9 9 * $Id$ 10 10 */ 11 12 #include <stdio.h> /* for puts */ 11 13 12 14 #undef ADDCARRY … … 187 189 188 190 if (len) 189 p rintf("cksum: out of data\n");191 puts("cksum: out of data"); 190 192 if (mlen == -1) { 191 193 /* The last mbuf has odd # of bytes. Follow the -
cpukit/libnetworking/netinet/in_cksum_i386.c
r88a0908 reb0d7ae 9 9 * $Id$ 10 10 */ 11 12 #include <stdio.h> /* for puts */ 11 13 12 14 #undef ADDCARRY … … 187 189 188 190 if (len) 189 p rintf("cksum: out of data\n");191 puts("cksum: out of data"); 190 192 if (mlen == -1) { 191 193 /* The last mbuf has odd # of bytes. Follow the -
cpukit/libnetworking/netinet/in_cksum_i386.h
r88a0908 reb0d7ae 9 9 * $Id$ 10 10 */ 11 12 #include <stdio.h> /* for puts */ 11 13 12 14 #undef ADDCARRY … … 187 189 188 190 if (len) 189 p rintf("cksum: out of data\n");191 puts("cksum: out of data"); 190 192 if (mlen == -1) { 191 193 /* The last mbuf has odd # of bytes. Follow the
Note: See TracChangeset
for help on using the changeset viewer.