Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 01/09/2008 17:13:52
Module Name:	src
Committed By:	joerg
Date:		Wed Jan  9 17:13:52 UTC 2008

Modified Files:
	src/sys/netinet: in_cksum.c

Log Message:
When not compiling for the kernel, use stdio.h instead of sys/systm.h
(printf) and locally define the protoype. Makes it possible to use
in_cksum.c for regression testing.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/netinet/in_cksum.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.