summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/netinet/in_cksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libnetworking/netinet/in_cksum.c')
-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