bug-hurd
[Top][All Lists]
Advanced

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

[PATCH] lwip: Add missing stub


From: Damien Zammit
Subject: [PATCH] lwip: Add missing stub
Date: Thu, 22 Sep 2022 00:40:46 +0000

---
 lwip/pfinet-ops.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/lwip/pfinet-ops.c b/lwip/pfinet-ops.c
index 1af2a3fe..5be85879 100644
--- a/lwip/pfinet-ops.c
+++ b/lwip/pfinet-ops.c
@@ -113,3 +113,13 @@ lwip_S_pfinet_siocgifconf (io_t port,

   return 0;
 }
+
+error_t
+lwip_S_pfinet_getroutes (io_t port,
+                        vm_size_t amount,
+                        data_t *routes,
+                        mach_msg_type_number_t *len,
+                        boolean_t *dealloc_data)
+{
+  return EOPNOTSUPP;
+}
--
2.34.1





reply via email to

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