aboutsummaryrefslogtreecommitdiff
path: root/sys/net/route
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2020-04-16 23:28:47 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2020-04-16 23:28:47 +0000
commit2538a4b1b45c81a8f9e906cef533216b5eaf685f (patch)
treef60aaa25bc736ca5fcdd2bd2d9568f771492572e /sys/net/route
parenta620e53d5245364f39249149eff1768e2d38370c (diff)
downloadsrc-2538a4b1b45c81a8f9e906cef533216b5eaf685f.tar.gz
src-2538a4b1b45c81a8f9e906cef533216b5eaf685f.zip
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
Notes
Notes: svn path=/head/; revision=360026
Diffstat (limited to 'sys/net/route')
-rw-r--r--sys/net/route/nhop.h2
1 files changed, 0 insertions, 2 deletions
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 */