summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-01-26 01:49:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-01-26 01:49:56 +0000
commit887618b0e7da1272e822105cee5d0df162d6636d (patch)
tree63256d743244fcb626a1bf0300a828a8d1573b2f /c/src/exec/libnetworking
parentAdded libio_sockets.c to hold support routines for networking code. (diff)
downloadrtems-887618b0e7da1272e822105cee5d0df162d6636d.tar.bz2
Switched from printf() to puts().
Diffstat (limited to 'c/src/exec/libnetworking')
-rw-r--r--c/src/exec/libnetworking/netinet/in_cksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/libnetworking/netinet/in_cksum.c b/c/src/exec/libnetworking/netinet/in_cksum.c
index 9cffad3221..16b5208ae6 100644
--- a/c/src/exec/libnetworking/netinet/in_cksum.c
+++ b/c/src/exec/libnetworking/netinet/in_cksum.c
@@ -152,7 +152,7 @@ in_cksum(m, len)
s_util.c[0] = *(char *)w;
}
if (len)
- printf("cksum: out of data\n");
+ puts("cksum: out of data");
if (mlen == -1) {
/* The last mbuf has odd # of bytes. Follow the
standard (the odd byte may be shifted left by 8 bits