summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-04-13 20:55:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-04-13 20:55:26 +0000
commit6f2aebe171a7eac9688df375747bda7e3923f217 (patch)
tree4232c5f2fa7259e58b57a07611bb5585da2c1505
parent2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-6f2aebe171a7eac9688df375747bda7e3923f217.tar.bz2
Fixed wrapping.
-rw-r--r--c/src/lib/libbsp/m68k/idp/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/idp/ChangeLog b/c/src/lib/libbsp/m68k/idp/ChangeLog
index 2629250d71..ad28ba6f9f 100644
--- a/c/src/lib/libbsp/m68k/idp/ChangeLog
+++ b/c/src/lib/libbsp/m68k/idp/ChangeLog
@@ -1,7 +1,9 @@
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
- * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of <motorola/mc68230.h>.
- * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of <motorola/mc68681.h>.
+ * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
+ <motorola/mc68230.h>.
+ * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
+ <motorola/mc68681.h>.
2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>