2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>

* libnetworking/machine/endian.h: Remove
	  CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
This commit is contained in:
Ralf Corsepius
2007-05-09 15:31:39 +00:00
parent 8b56aa3dea
commit 2bcd08be8d
2 changed files with 2 additions and 4 deletions
+2
View File
@@ -1,5 +1,7 @@
2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/machine/endian.h: Remove
CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
* NEWS: new.
2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>
-4
View File
@@ -23,8 +23,6 @@
#endif
#endif
#if ( CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES == FALSE )
#if ( CPU_BIG_ENDIAN == TRUE )
/*
@@ -91,6 +89,4 @@ static inline uint16_t htons( uint16_t _x )
#error "Unknown endian-ness for this cpu"
#endif
#endif /* CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES */
#endif /* _MACHINE_ENDIAN_H_ */