Changeset 887618b0 in rtems


Ignore:
Timestamp:
01/26/99 01:49:56 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
39ba9122
Parents:
d78b7a9e
Message:

Switched from printf() to puts().

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libnetworking/netinet/in_cksum.c

    rd78b7a9e r887618b0  
    153153        }
    154154        if (len)
    155                 printf("cksum: out of data\n");
     155                puts("cksum: out of data");
    156156        if (mlen == -1) {
    157157                /* The last mbuf has odd # of bytes. Follow the
  • c/src/lib/libnetworking/netinet/in_cksum.c

    rd78b7a9e r887618b0  
    153153        }
    154154        if (len)
    155                 printf("cksum: out of data\n");
     155                puts("cksum: out of data");
    156156        if (mlen == -1) {
    157157                /* The last mbuf has odd # of bytes. Follow the
  • c/src/libnetworking/netinet/in_cksum.c

    rd78b7a9e r887618b0  
    153153        }
    154154        if (len)
    155                 printf("cksum: out of data\n");
     155                puts("cksum: out of data");
    156156        if (mlen == -1) {
    157157                /* The last mbuf has odd # of bytes. Follow the
  • cpukit/libnetworking/netinet/in_cksum.c

    rd78b7a9e r887618b0  
    153153        }
    154154        if (len)
    155                 printf("cksum: out of data\n");
     155                puts("cksum: out of data");
    156156        if (mlen == -1) {
    157157                /* The last mbuf has odd # of bytes. Follow the
Note: See TracChangeset for help on using the changeset viewer.