summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 18:31:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 18:31:34 +0000
commitff089035c7e5951620ed28ae006a892eeb61e60d (patch)
treea2f98fd1f3a7ddf3ab491f1cd27d8cc62146f95a /cpukit/ChangeLog
parent2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-ff089035c7e5951620ed28ae006a892eeb61e60d.tar.bz2
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* libnetworking/rtems/rtems_syscall.c: Remove RTEMS versions of send() and recv(). We already had the BSD versions and these conflict sometimes when linking.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ff44b0d7a2..b08c303d3f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * libnetworking/rtems/rtems_syscall.c: Remove RTEMS versions of send()
+ and recv(). We already had the BSD versions and these conflict
+ sometimes when linking.
+
+2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* libnetworking/rtems/mkrootfs.h, libnetworking/rtems/rtems_bsdnet.h,
libnetworking/rtems/rtems_bsdnet_internal.h: Add extern __cplusplus.