summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-15 14:08:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-15 14:08:56 +0000
commit5efc3ca24de980f2378aa7f87f07b93e7d34b329 (patch)
treee27be9a41167fce5581cdc2d5b6a7085b5086ab7
parentInclude <utime.h> instead of <sys/utime.h> for better POSIX compilance. (diff)
downloadrtems-5efc3ca24de980f2378aa7f87f07b93e7d34b329.tar.bz2
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/utils-cp.c: Include <utime.h> instead of <sys/utime.h> for better POSIX compilance.
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d048bf0358..39195f14e6 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libmisc/shell/utils-cp.c: Include <utime.h> instead of
+ <sys/utime.h> for better POSIX compilance.
+
+2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libcsupport/src/malloc_p.h: Rely upon uintmax_t and PRIuMAX being
provided.