Skip to content

Commit

Permalink
removed a compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
suz committed Apr 2, 2004
1 parent 4b01968 commit f51f70e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions freebsd4/sys/netinet6/in6_pcb.c
@@ -1,5 +1,5 @@
/* $FreeBSD: src/sys/netinet6/in6_pcb.c,v 1.10.2.9 2003/01/24 05:11:35 sam Exp $ */
/* $KAME: in6_pcb.c,v 1.65 2004/02/13 12:38:52 jinmei Exp $ */
/* $KAME: in6_pcb.c,v 1.66 2004/03/14 10:53:15 jinmei Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -96,13 +96,13 @@
#include <netinet/ip6.h>
#include <netinet/ip_var.h>
#include <netinet6/ip6_var.h>
#ifdef MLDV2
#include <netinet6/in6_msf.h>
#endif
#include <netinet6/nd6.h>
#include <netinet/in_pcb.h>
#include <netinet6/in6_pcb.h>
#include <netinet6/scope6_var.h>
#ifdef MLDV2
#include <netinet6/in6_msf.h>
#endif

#ifdef IPSEC
#include <netinet6/ipsec.h>
Expand Down

0 comments on commit f51f70e

Please sign in to comment.