summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2002-12-20 23:57:22 +0000
committerSam Leffler <sam@FreeBSD.org>2002-12-20 23:57:22 +0000
commit69f05a076147bf96a2d8aa34754d6c5494fa10df (patch)
tree7d4401472d9692cfeccfdc34929de87434750e8c
parent91974ce10bf0537a71d64df24cb302a32e2b54f0 (diff)
Notes
-rw-r--r--sys/netinet6/icmp6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c
index f318d5169cd1..edb41f755dc8 100644
--- a/sys/netinet6/icmp6.c
+++ b/sys/netinet6/icmp6.c
@@ -158,6 +158,7 @@ static int icmp6_rip6_input __P((struct mbuf **, int));
static int icmp6_ratelimit __P((const struct in6_addr *, const int, const int));
static const char *icmp6_redirect_diag __P((struct in6_addr *,
struct in6_addr *, struct in6_addr *));
+#define HAVE_PPSRATECHECK
#ifndef HAVE_PPSRATECHECK
static int ppsratecheck __P((struct timeval *, int *, int));
#endif