summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-17 19:55:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-17 19:55:40 +0000
commit1c8514a5af47d1db11a4b7c6a986ad3628ba0ce5 (patch)
tree01469abb5d331a668aad9bde7beef998883a147a /c
parent2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1c8514a5af47d1db11a4b7c6a986ad3628ba0ce5.tar.bz2
2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/console.c: Fix warning.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sparc/erc32/console/console.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/ChangeLog b/c/src/lib/libbsp/sparc/erc32/ChangeLog
index f5c5ba16bd..70e091adfc 100644
--- a/c/src/lib/libbsp/sparc/erc32/ChangeLog
+++ b/c/src/lib/libbsp/sparc/erc32/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * console/console.c: Fix warning.
+
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/erc32.cfg: New (relocated from /make/custom).
diff --git a/c/src/lib/libbsp/sparc/erc32/console/console.c b/c/src/lib/libbsp/sparc/erc32/console/console.c
index b79c65d6bf..e52ac13bdf 100644
--- a/c/src/lib/libbsp/sparc/erc32/console/console.c
+++ b/c/src/lib/libbsp/sparc/erc32/console/console.c
@@ -3,7 +3,7 @@
*
* This driver uses the termios pseudo driver.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -170,7 +170,7 @@ rtems_isr console_isr_b(
* Return values: NONE
*/
-void console_exit()
+void console_exit(void)
{
uint32_t port;
uint32_t ch;