Changeset eb0d7ae in rtems


Ignore:
Timestamp:
01/04/99 16:35:31 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
97503aa5
Parents:
88a0908
Message:

Patch from D. V. Henkel-Wallace <gumby@…> to use puts and have prototype.

Files:
5 edited

Legend:

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

    r88a0908 reb0d7ae  
    99 *  $Id$
    1010 */
     11
     12#include <stdio.h>                /* for puts */
    1113
    1214#undef  ADDCARRY
     
    187189
    188190        if (len)
    189                 printf("cksum: out of data\n");
     191                puts("cksum: out of data");
    190192        if (mlen == -1) {
    191193                /* The last mbuf has odd # of bytes. Follow the
  • c/src/lib/libnetworking/netinet/in_cksum_i386.c

    r88a0908 reb0d7ae  
    99 *  $Id$
    1010 */
     11
     12#include <stdio.h>                /* for puts */
    1113
    1214#undef  ADDCARRY
     
    187189
    188190        if (len)
    189                 printf("cksum: out of data\n");
     191                puts("cksum: out of data");
    190192        if (mlen == -1) {
    191193                /* The last mbuf has odd # of bytes. Follow the
  • c/src/libnetworking/netinet/in_cksum_i386.c

    r88a0908 reb0d7ae  
    99 *  $Id$
    1010 */
     11
     12#include <stdio.h>                /* for puts */
    1113
    1214#undef  ADDCARRY
     
    187189
    188190        if (len)
    189                 printf("cksum: out of data\n");
     191                puts("cksum: out of data");
    190192        if (mlen == -1) {
    191193                /* The last mbuf has odd # of bytes. Follow the
  • cpukit/libnetworking/netinet/in_cksum_i386.c

    r88a0908 reb0d7ae  
    99 *  $Id$
    1010 */
     11
     12#include <stdio.h>                /* for puts */
    1113
    1214#undef  ADDCARRY
     
    187189
    188190        if (len)
    189                 printf("cksum: out of data\n");
     191                puts("cksum: out of data");
    190192        if (mlen == -1) {
    191193                /* The last mbuf has odd # of bytes. Follow the
  • cpukit/libnetworking/netinet/in_cksum_i386.h

    r88a0908 reb0d7ae  
    99 *  $Id$
    1010 */
     11
     12#include <stdio.h>                /* for puts */
    1113
    1214#undef  ADDCARRY
     
    187189
    188190        if (len)
    189                 printf("cksum: out of data\n");
     191                puts("cksum: out of data");
    190192        if (mlen == -1) {
    191193                /* The last mbuf has odd # of bytes. Follow the
Note: See TracChangeset for help on using the changeset viewer.