Changeset ec0a346 in rtems
- Timestamp:
- 03/11/03 11:47:17 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5ba8f30
- Parents:
- f418d6e
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/ChangeLog
rf418d6e rec0a346 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 5 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 6 7 * netinet/in_chksum.c: Remove duplicate case to include 8 in_chksum_arm.c. 9 1 10 2003-02-20 Till Straumann <strauman@slac.stanford.edu> 2 11 -
cpukit/libnetworking/configure.ac
rf418d6e rec0a346 7 7 AC_CONFIG_SRCDIR([arpa]) 8 8 RTEMS_TOP(../..) 9 AC_CONFIG_AUX_DIR(../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/libnetworking/netinet/in_cksum.c
rf418d6e rec0a346 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.