fix include file.
<netinet6/ip6.h> -> <netinet/ip6.h>
This commit is contained in:
parent
53e333c935
commit
7f5a7c00ac
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: machdep.c,v 1.192 2000/01/22 18:28:04 thorpej Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.193 2000/02/09 05:48:26 shin Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
|
||||
@ -79,7 +79,7 @@
|
||||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.192 2000/01/22 18:28:04 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.193 2000/02/09 05:48:26 shin Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -139,7 +139,7 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.192 2000/01/22 18:28:04 thorpej Exp $"
|
||||
# ifndef INET
|
||||
# include <netinet/in.h>
|
||||
# endif
|
||||
#include <netinet6/ip6.h>
|
||||
#include <netinet/ip6.h>
|
||||
#include <netinet6/ip6_var.h>
|
||||
#endif
|
||||
#ifdef NS
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: machdep.c,v 1.145 2000/01/19 20:05:32 thorpej Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.146 2000/02/09 05:48:29 shin Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
@ -125,7 +125,7 @@
|
||||
# ifndef INET
|
||||
# include <netinet/in.h>
|
||||
# endif
|
||||
#include <netinet6/ip6.h>
|
||||
#include <netinet/ip6.h>
|
||||
#include <netinet6/ip6_var.h>
|
||||
#endif
|
||||
#ifdef NS
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: intr.c,v 1.16 2000/01/10 04:05:50 mark Exp $ */
|
||||
/* $NetBSD: intr.c,v 1.17 2000/02/09 05:48:30 shin Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994-1998 Mark Brinicombe.
|
||||
@ -70,7 +70,7 @@
|
||||
# ifndef INET
|
||||
# include <netinet/in.h>
|
||||
# endif
|
||||
#include <netinet6/ip6.h>
|
||||
#include <netinet/ip6.h>
|
||||
#include <netinet6/ip6_var.h>
|
||||
#endif /* INET6 */
|
||||
#ifdef NS
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: machdep.c,v 1.67 2000/02/08 12:57:11 tsubai Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.68 2000/02/09 05:48:31 shin Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
|
||||
@ -76,7 +76,7 @@
|
||||
# ifndef INET
|
||||
# include <netinet/in.h>
|
||||
# endif
|
||||
#include <netinet6/ip6.h>
|
||||
#include <netinet/ip6.h>
|
||||
#include <netinet6/ip6_var.h>
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: trap.c,v 1.119 2000/01/28 15:08:37 takemura Exp $ */
|
||||
/* $NetBSD: trap.c,v 1.120 2000/02/09 05:48:31 shin Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
@ -43,7 +43,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.119 2000/01/28 15:08:37 takemura Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.120 2000/02/09 05:48:31 shin Exp $");
|
||||
|
||||
#include "opt_cputype.h" /* which mips CPU levels do we support? */
|
||||
#include "opt_inet.h"
|
||||
@ -109,7 +109,7 @@ __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.119 2000/01/28 15:08:37 takemura Exp $");
|
||||
# ifndef INET
|
||||
# include <netinet/in.h>
|
||||
# endif
|
||||
#include <netinet6/ip6.h>
|
||||
#include <netinet/ip6.h>
|
||||
#include <netinet6/ip6_var.h>
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: machdep.c,v 1.108 2000/01/19 20:05:46 thorpej Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.109 2000/02/09 05:48:32 shin Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 Matthias Pfaller.
|
||||
@ -103,7 +103,7 @@
|
||||
# ifndef INET
|
||||
# include <netinet/in.h>
|
||||
# endif
|
||||
#include <netinet6/ip6.h>
|
||||
#include <netinet/ip6.h>
|
||||
#include <netinet6/ip6_var.h>
|
||||
#endif
|
||||
#ifdef NETATALK
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: intr.c,v 1.41 1999/06/28 08:20:47 itojun Exp $ */
|
||||
/* $NetBSD: intr.c,v 1.42 2000/02/09 05:48:33 shin Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -78,7 +78,7 @@
|
||||
# ifndef INET
|
||||
# include <netinet/in.h>
|
||||
# endif
|
||||
#include <netinet6/ip6.h>
|
||||
#include <netinet/ip6.h>
|
||||
#include <netinet6/ip6_var.h>
|
||||
#endif
|
||||
#ifdef NS
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: intr.c,v 1.18 2000/01/10 03:53:21 eeh Exp $ */
|
||||
/* $NetBSD: intr.c,v 1.19 2000/02/09 05:48:34 shin Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -78,7 +78,7 @@
|
||||
# ifndef INET
|
||||
# include <netinet/in.h>
|
||||
# endif
|
||||
#include <netinet6/ip6.h>
|
||||
#include <netinet/ip6.h>
|
||||
#include <netinet6/ip6_var.h>
|
||||
#endif
|
||||
#ifdef NS
|
||||
|
Loading…
Reference in New Issue
Block a user