From a96504330e66b92ab89eb95cbf8920be8c10fdf6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 7 Aug 2008 18:21:44 +0000 Subject: [PATCH] Format. --- cpukit/ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 03867742fb..4f4f1f9391 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -3,7 +3,8 @@ * libcsupport/src/_rename_r.c: Fixed return code bug. Add a check to see if the 'to' path was a directory and removed the directory. - * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Added the mv command. + * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Added the mv + command. * libmisc/shell/main_mv.c, libmisc/shell/pathnames-mv.h: New. @@ -14,6 +15,7 @@ 2008-08-06 Brett Swimley + PR 1192/filesystem * libblock/src/diskdevs.c: PR1192. Update the disktap pointer after the realloc.