summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/sapi/src/fatal.c5
2 files changed, 6 insertions, 3 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 593441d671..01bd44ea17 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * sapi/src/fatal.c: Formatting.
+
+2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/inline/rtems/score/coremutex.inl,
score/inline/rtems/score/coresem.inl: Eliminate use of local
variable. This local variable causes unused variable warnings
diff --git a/cpukit/sapi/src/fatal.c b/cpukit/sapi/src/fatal.c
index cecc7d4bb7..80abde253a 100644
--- a/cpukit/sapi/src/fatal.c
+++ b/cpukit/sapi/src/fatal.c
@@ -1,7 +1,7 @@
/*
* Fatal Error Manager
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -19,8 +19,7 @@
#include <rtems/fatal.h>
#include <rtems/score/interr.h>
-/*PAGE
- *
+/*
* rtems_fatal_error_occurred
*
* This directive will invoke the internal fatal error handler.