summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-05 18:25:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-05 18:25:33 +0000
commit1cf0ea1f0affb40b050524b4c65ec988152df068 (patch)
treeff6056c48390114b5f455dab1946496e5198d8bd /cpukit/ChangeLog
parent2004-03-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1cf0ea1f0affb40b050524b4c65ec988152df068.tar.bz2
2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libnetworking/lib/ftpfs.c: Switch bcopy to memcpy.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 19f41cbc1e..44b5f09615 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2004-03-05 Joel Sherrill <joel@OARcorp.com>
+ * libnetworking/lib/ftpfs.c: Switch bcopy to memcpy.
+
+2004-03-05 Joel Sherrill <joel@OARcorp.com>
+
* libcsupport/src/newlibc.c, libcsupport/src/sync.c: Eliminate
warnings. Explicitly defeat __STRICT_ANSI__ since both
legitimately use routines beyond ANSI.