bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 2/5] fix for patch 1


From: Marin Ramesa
Subject: [PATCH 2/5] fix for patch 1
Date: Tue, 26 Nov 2013 21:06:49 +0100

* 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

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