summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-12 16:35:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-12 16:35:13 +0000
commit00d170342a531e7a3a2995f1041d1dafff51a10c (patch)
tree5162db150470403c5568d6f86fafd37a831af93a /cpukit/ChangeLog
parent2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-00d170342a531e7a3a2995f1041d1dafff51a10c.tar.bz2
2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* libblock/src/ide_part_table.c: Functionality of rtems_ide_part_table_get() and rtems_ide_part_table_free() was needed internally but those routines are deprecated from the public API. So move their contents to private static routines. Using the private routines in this file avoids deprecation warnings and leaves functional, although deprecated, versions for potential use by applications.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9c73d13b07..46c4be3224 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,15 @@
2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libblock/src/ide_part_table.c: Functionality of
+ rtems_ide_part_table_get() and rtems_ide_part_table_free() was needed
+ internally but those routines are deprecated from the public API. So
+ move their contents to private static routines. Using the private
+ routines in this file avoids deprecation warnings and leaves
+ functional, although deprecated, versions for potential use by
+ applications.
+
+2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* ftpd/ftpd.c, httpd/asp.c, httpd/ejparse.c, httpd/emfdb.c,
httpd/misc.c, httpd/um.c, httpd/webs.c, httpd/websuemf.c,
libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_format.c,