diff options
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/console.c | 2 | ||||
-rw-r--r-- | src/console/printk.c | 5 | ||||
-rw-r--r-- | src/console/vsprintf.c | 5 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/console/console.c b/src/console/console.c index 458fbb8fff..0f6fb07406 100644 --- a/src/console/console.c +++ b/src/console/console.c @@ -1,7 +1,5 @@ /* * Bootstrap code for the INTEL - * $Id$ - * */ #include <arch/io.h> diff --git a/src/console/printk.c b/src/console/printk.c index 67b0d4e19b..636424c12a 100644 --- a/src/console/printk.c +++ b/src/console/printk.c @@ -4,11 +4,6 @@ * Copyright (C) 1991, 1992 Linus Torvalds * */ - -#ifndef lint -static char rcsid[] = "$Id$"; -#endif - //typedef void * va_list; #include <stdarg.h> diff --git a/src/console/vsprintf.c b/src/console/vsprintf.c index b1310c62d1..cabede0991 100644 --- a/src/console/vsprintf.c +++ b/src/console/vsprintf.c @@ -8,11 +8,6 @@ /* * Wirzenius wrote this portably, Torvalds fucked it up :-) */ - -#ifndef lint -static char rcsid[] = "$Id$"; -#endif - #include <stdarg.h> #include <string.h> |