summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/icmp6.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2002-12-20 23:57:22 +0000
committersam <sam@FreeBSD.org>2002-12-20 23:57:22 +0000
commita69a0ac712f750c33010fd98e6b3028c0ccfc494 (patch)
tree7d4401472d9692cfeccfdc34929de87434750e8c /sys/netinet6/icmp6.c
parent78550cc698095f1b298ad5214fae5caf59b9baa1 (diff)
downloadFreeBSD-src-a69a0ac712f750c33010fd98e6b3028c0ccfc494.zip
FreeBSD-src-a69a0ac712f750c33010fd98e6b3028c0ccfc494.tar.gz
define HAVE_PPSRATECHECK now that we have this stuff in the kernel
(probably belongs elsewhere; add it this way for now so the system will build)
Diffstat (limited to 'sys/netinet6/icmp6.c')
-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 f318d51..edb41f7 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
OpenPOWER on IntegriCloud