Skip to content

Commit

Permalink
fix openbsd again
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Dec 27, 2000
1 parent f569283 commit 14a24f9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions kame/sys/netinet6/icmp6.c
@@ -1,4 +1,4 @@
/* $KAME: icmp6.c,v 1.178 2000/12/27 02:18:18 itojun Exp $ */
/* $KAME: icmp6.c,v 1.179 2000/12/27 02:29:10 itojun Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -168,7 +168,7 @@ extern u_char ip6_protox[];
struct icmp6stat icmp6stat;

#if defined (__OpenBSD__)
struct inpcbtable rawin6pcbtable;
extern struct inpcbtable rawin6pcbtable;
#elif !(defined(__FreeBSD__) && __FreeBSD__ >= 3)
extern struct in6pcb rawin6pcb;
#else
Expand Down Expand Up @@ -252,9 +252,6 @@ icmp6_init()
icmp6_mtudisc_timeout_q = rt_timer_queue_create(pmtu_expire);
icmp6_redirect_timeout_q = rt_timer_queue_create(icmp6_redirtimeout);
#endif
#ifdef __OpenBSD__
in_pcbinit(&rawin6pcbtable, 1);
#endif
}

static void
Expand Down

0 comments on commit 14a24f9

Please sign in to comment.