From 2538a4b1b45c81a8f9e906cef533216b5eaf685f Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Thu, 16 Apr 2020 23:28:47 +0000 Subject: Remove an duplicate definition of nhops_dump_sysctl() One of the source files included both nhop.h and shared.h, leading to this clashing. Tested with: mips-gcc cross toolchain --- sys/net/route/nhop.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/net/route') diff --git a/sys/net/route/nhop.h b/sys/net/route/nhop.h index c747a6399c2c..d0304f37f6dc 100644 --- a/sys/net/route/nhop.h +++ b/sys/net/route/nhop.h @@ -177,8 +177,6 @@ uint32_t nhop_get_idx(const struct nhop_object *nh); enum nhop_type nhop_get_type(const struct nhop_object *nh); int nhop_get_rtflags(const struct nhop_object *nh); -int nhops_dump_sysctl(struct rib_head *rh, struct sysctl_req *w); - #endif /* _KERNEL */ /* Kernel <> userland structures */ -- cgit v1.2.3