bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 3/5] i386/i386at/kd.h: fix implicit declaration of function


From: Marin Ramesa
Subject: [PATCH 3/5] i386/i386at/kd.h: fix implicit declaration of function
Date: Thu, 21 Nov 2013 13:11:06 +0100

* i386/i386at/kd.h [MACH_KDB] (kdb_kintr): Add prototype.

---
 i386/i386at/kd.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/i386/i386at/kd.h b/i386/i386at/kd.h
index 1d53538..b29a5bf 100644
--- a/i386/i386at/kd.h
+++ b/i386/i386at/kd.h
@@ -742,4 +742,8 @@ extern void kd_slmscd (void *from, void *to, int count);
 
 extern void kdintr(int vec);
 
+#if MACH_KDB
+extern void kdb_kintr(void);
+#endif /* MACH_KDB */
+
 #endif /* _KD_H_ */
-- 
1.8.1.4




reply via email to

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