bug-hurd
[Top][All Lists]
Advanced

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

[PATCH hurd 6/6] hurdio: use correct function signature for hurdio_mdmst


From: Flavio Cruz
Subject: [PATCH hurd 6/6] hurdio: use correct function signature for hurdio_mdmstate
Date: Sun, 21 Jan 2024 16:07:57 -0500

---
 term/hurdio.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/term/hurdio.c b/term/hurdio.c
index c6e14a4..a3e2a0a 100644
--- a/term/hurdio.c
+++ b/term/hurdio.c
@@ -613,8 +613,8 @@ hurdio_mdmctl (int how, int bits)
 }
 
 
-static int
-hurdio_mdmstate (void)
+static error_t
+hurdio_mdmstate (int *state)
 {
   int oldbits;
 
-- 
2.39.2




reply via email to

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