Changeset 6a02d055 in rtems
- Timestamp:
- Mar 6, 2003, 9:08:47 AM (18 years ago)
- Children:
- 45633aa
- Parents:
- cd83ff6
- Location:
- cpukit/libnetworking
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/ChangeLog
rcd83ff6 r6a02d055 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * netinet/in_chksum.c: Remove duplicate case to include 4 in_chksum_arm.c. 5 1 6 2003-02-20 Till Straumann <strauman@slac.stanford.edu> 2 7 -
cpukit/libnetworking/netinet/in_cksum.c
rcd83ff6 r6a02d055 57 57 58 58 #include "in_cksum_powerpc.c" 59 60 #elif (defined(__GNUC__) && defined(__arm__))61 62 #include "in_cksum_arm.c"63 59 64 60 #else
Note: See TracChangeset
for help on using the changeset viewer.