summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/hurricane/console/console.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-03-17 10:34:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-03-17 10:34:12 +0000
commitc1a968045077204f4dd0c5ddb12aa169da4f1b8b (patch)
tree907008faf794cd84241852904a15d47ad7434d25 /c/src/lib/libbsp/mips/hurricane/console/console.c
parentRemove eof include file (diff)
downloadrtems-c1a968045077204f4dd0c5ddb12aa169da4f1b8b.tar.bz2
Misc. cosmetics.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/mips/hurricane/console/console.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/c/src/lib/libbsp/mips/hurricane/console/console.c b/c/src/lib/libbsp/mips/hurricane/console/console.c
index 9eb2742ecc..6f4deecad8 100644
--- a/c/src/lib/libbsp/mips/hurricane/console/console.c
+++ b/c/src/lib/libbsp/mips/hurricane/console/console.c
@@ -25,19 +25,9 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * console.c,v 1.10.4.1 2003/09/04 18:44:52 joel Exp
+ * $Id$
*/
-
-/*
- * Rather than deleting this, it is commented out to (hopefully) help
- * the submitter send updates.
- *
- * static char _sccsid[] = "@(#)console.c 08/20/96 1.6\n";
- */
-
-
-
#include <bsp.h>
#include <rtems/libio.h>
#include <ctype.h>