Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Sort includes.



details:   https://anonhg.NetBSD.org/src/rev/67c9919a5bf3
branches:  trunk
changeset: 822367:67c9919a5bf3
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Mar 17 03:16:29 2017 +0000

description:
Sort includes.

diffstat:

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

diffs (34 lines):

diff -r 9c0d345f58db -r 67c9919a5bf3 sys/kern/vfs_wapbl.c
--- a/sys/kern/vfs_wapbl.c      Fri Mar 17 03:06:17 2017 +0000
+++ b/sys/kern/vfs_wapbl.c      Fri Mar 17 03:16:29 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_wapbl.c,v 1.89 2017/03/17 03:06:17 riastradh Exp $ */
+/*     $NetBSD: vfs_wapbl.c,v 1.90 2017/03/17 03:16:29 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2003, 2008, 2009 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
 #define WAPBL_INTERNAL
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_wapbl.c,v 1.89 2017/03/17 03:06:17 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_wapbl.c,v 1.90 2017/03/17 03:16:29 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/bitops.h>
@@ -48,6 +48,7 @@
 
 #include <sys/atomic.h>
 #include <sys/conf.h>
+#include <sys/evcnt.h>
 #include <sys/file.h>
 #include <sys/kauth.h>
 #include <sys/kernel.h>
@@ -60,7 +61,6 @@
 #include <sys/sysctl.h>
 #include <sys/uio.h>
 #include <sys/vnode.h>
-#include <sys/evcnt.h>
 
 #include <miscfs/specfs/specdev.h>
 



Home | Main Index | Thread Index | Old Index