---
 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