summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 15:03:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 15:03:18 +0000
commitfd3a990a1a53032e57ff18c3b795bd749fc3a367 (patch)
treeb9576464a7f1f159bd21995c7edeb0c98e49a6df
parent2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-fd3a990a1a53032e57ff18c3b795bd749fc3a367.tar.bz2
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/src/fatal.c: Formatting.
-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.