Undo the use of #include <...> because it caused some errors.

This commit is contained in:
Kees van Reeuwijk
2010-02-12 14:43:18 +00:00
parent b5e7af96c9
commit df60646f98
20 changed files with 30 additions and 34 deletions

View File

@@ -71,8 +71,6 @@
#include <sys/time.h>
#include <sys/select.h>
extern int irq_hook_id;
unsigned long kbd_irq_set = 0;
unsigned long rs_irq_set = 0;

View File

@@ -106,7 +106,6 @@ typedef struct tty {
/* Memory allocated in tty.c, so extern here. */
extern tty_t tty_table[NR_CONS+NR_RS_LINES+NR_PTYS];
extern int ccurrent; /* currently visible console */
extern int irq_hook_id; /* hook id for keyboard irq */
extern u32_t system_hz; /* system clock frequency */
extern unsigned long kbd_irq_set;