Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern include <sys/mbuf.h> before FAST_IPSEC-dependent he...



details:   https://anonhg.NetBSD.org/src/rev/bb4386f3ca05
branches:  trunk
changeset: 555312:bb4386f3ca05
user:      jonathan <jonathan%NetBSD.org@localhost>
date:      Fri Nov 14 07:13:25 2003 +0000

description:
include <sys/mbuf.h> before FAST_IPSEC-dependent headers.

diffstat:

 sys/kern/init_main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 2002521dbbbc -r bb4386f3ca05 sys/kern/init_main.c
--- a/sys/kern/init_main.c      Fri Nov 14 06:00:34 2003 +0000
+++ b/sys/kern/init_main.c      Fri Nov 14 07:13:25 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: init_main.c,v 1.226 2003/11/04 10:33:15 dsl Exp $      */
+/*     $NetBSD: init_main.c,v 1.227 2003/11/14 07:13:25 jonathan Exp $ */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1991, 1992, 1993
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.226 2003/11/04 10:33:15 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.227 2003/11/14 07:13:25 jonathan Exp $");
 
 #include "fs_nfs.h"
 #include "opt_nfsserver.h"
@@ -114,6 +114,7 @@
 #include <sys/user.h>
 #include <sys/sysctl.h>
 #include <sys/event.h>
+#include <sys/mbuf.h>
 #ifdef FAST_IPSEC
 #include <netipsec/ipsec.h>
 #endif
@@ -133,7 +134,6 @@
 #include <sys/systrace.h>
 #endif
 #include <sys/domain.h>
-#include <sys/mbuf.h>
 #include <sys/namei.h>
 #if NOPENCRYPTO > 0
 #include <opencrypto/cryptodev.h>      /* XXX really  the framework */



Home | Main Index | Thread Index | Old Index