forked from Imagelibrary/rtems
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* netinet/in_chksum.c: Remove duplicate case to include in_chksum_arm.c.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* netinet/in_chksum.c: Remove duplicate case to include
|
||||
in_chksum_arm.c.
|
||||
|
||||
2003-02-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 351/networking
|
||||
|
||||
@@ -57,10 +57,6 @@
|
||||
|
||||
#include "in_cksum_powerpc.c"
|
||||
|
||||
#elif (defined(__GNUC__) && defined(__arm__))
|
||||
|
||||
#include "in_cksum_arm.c"
|
||||
|
||||
#else
|
||||
|
||||
#include <stdio.h> /* for puts */
|
||||
|
||||
Reference in New Issue
Block a user