* i386/i386at/com.c (comsetstat): Correctly declare return type and argument 
types.
(comgetstat): Likewise.

---
 i386/i386at/com.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/i386/i386at/com.c b/i386/i386at/com.c
index 48d37f7..dc96ad4 100644
--- a/i386/i386at/com.c
+++ b/i386/i386at/com.c
@@ -53,7 +53,8 @@ int comprobe(), commctl();
 void comstart(struct tty *);
 void comstop(), comattach(), comintr();
 static void comparam();
-int comgetstat(), comsetstat();
+io_return_t comsetstat(dev_t, int, int *, natural_t);
+io_return_t comgetstat(dev_t, int, int *, natural_t *);
 
 static vm_offset_t com_std[NCOM] = { 0 };
 struct bus_device *cominfo[NCOM];
-- 
1.8.1.4


Reply via email to