bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 07/08] i386/i386at/kd.c (kdinit): remove forward declaration


From: Marin Ramesa
Subject: [PATCH 07/08] i386/i386at/kd.c (kdinit): remove forward declaration
Date: Tue, 10 Dec 2013 19:20:02 +0100

* i386/i386at/kd.c (kdinit) (kd_xga_init): Remove forward declaration.
* i386/i386at/kd.h (kd_xga_init): Add prototype.

---
 i386/i386at/kd.c | 1 -
 i386/i386at/kd.h | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/i386/i386at/kd.c b/i386/i386at/kd.c
index 5f3655b..bf2ad0a 100644
--- a/i386/i386at/kd.c
+++ b/i386/i386at/kd.c
@@ -1149,7 +1149,6 @@ kdstop(tp, flags)
 void
 kdinit()
 {
-       void    kd_xga_init();
        unsigned char   k_comm;         /* keyboard command byte */
 
        if (kd_initialized)
diff --git a/i386/i386at/kd.h b/i386/i386at/kd.h
index 29c3611..9909341 100644
--- a/i386/i386at/kd.h
+++ b/i386/i386at/kd.h
@@ -792,4 +792,6 @@ unsigned char state2leds(int state);
 void kdstart(struct tty *tp);
 void kdstop(struct tty *tp, int flags);
 
+void kd_xga_init(void);
+
 #endif /* _KD_H_ */
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]