summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-30 23:26:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-30 23:26:18 +0000
commit5af0cf2fb28c54b0d8e748fb4c1c0e38a220bf2c (patch)
tree01e75ceffcd2581458b005d1db4272efb648acb9 /cpukit/libcsupport/ChangeLog
parent2002-07-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-5af0cf2fb28c54b0d8e748fb4c1c0e38a220bf2c.tar.bz2
2002-07-30 Joel Sherrill <joel@OARcorp.com>
* include/sys/utime.h: Removed as file is now part of the RTEMS newlib support. * Makefile.am: Reflect above. * include/rtems/termiostypes.h: Avoid use of __P.
Diffstat (limited to 'cpukit/libcsupport/ChangeLog')
-rw-r--r--cpukit/libcsupport/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 14e6dafec8..6d250e51a6 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-30 Joel Sherrill <joel@OARcorp.com>
+
+ * include/sys/utime.h: Removed as file is now part of the RTEMS
+ newlib support.
+ * Makefile.am: Reflect above.
+ * include/rtems/termiostypes.h: Avoid use of __P.
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>