2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* netinet/in_cksum.c: #include <string.h> for puts in generic
	routines.
This commit is contained in:
Ralf Corsepius
2002-09-02 06:26:03 +00:00
parent c7dcfe36c0
commit 6a2d7ee51e
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* netinet/in_cksum.c: #include <string.h> for puts in generic
routines.
2002-08-20 Eric Norum <eric.norum@usask.ca>
* rtems/rtems_glue.c: Per PR270, the BSD network code expects that

View File

@@ -59,6 +59,8 @@
#else
#include <stdio.h> /* for puts */
/*
* Checksum routine for Internet Protocol family headers (Portable Version).
*