Skip to content

Commit

Permalink
inph needed for netbsd only
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Dec 27, 2004
1 parent efad6da commit 15cd5bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kame/sys/netinet6/raw_ip6.c
@@ -1,4 +1,4 @@
/* $KAME: raw_ip6.c,v 1.161 2004/12/27 05:41:19 itojun Exp $ */
/* $KAME: raw_ip6.c,v 1.162 2004/12/27 08:17:39 itojun Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -191,7 +191,9 @@ rip6_input(mp, offp, proto)
{
struct mbuf *m = *mp, *opts = NULL;
struct ip6_hdr *ip6 = mtod(m, struct ip6_hdr *);
#ifdef __NetBSD__
struct inpcb_hdr *inph;
#endif
struct in6pcb *in6p;
struct in6pcb *last = NULL;
struct sockaddr_in6 rip6src;
Expand Down

0 comments on commit 15cd5bb

Please sign in to comment.