Module Name:    src
Committed By:   chs
Date:           Tue Jun 13 14:05:47 UTC 2017

Modified Files:
        src/sys/sys: disk.h

Log Message:
move include of <sys/iostat.h> back to where userland will get it.
some third-party software relies on this header including that one.
pointed out by joerg.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/sys/disk.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/disk.h
diff -u src/sys/sys/disk.h:1.71 src/sys/sys/disk.h:1.72
--- src/sys/sys/disk.h:1.71	Thu Jun  8 22:24:59 2017
+++ src/sys/sys/disk.h	Tue Jun 13 14:05:47 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: disk.h,v 1.71 2017/06/08 22:24:59 chs Exp $	*/
+/*	$NetBSD: disk.h,v 1.72 2017/06/13 14:05:47 chs Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 2004 The NetBSD Foundation, Inc.
@@ -82,6 +82,7 @@
 #include <sys/dkio.h>
 #include <sys/time.h>
 #include <sys/queue.h>
+#include <sys/iostat.h>
 
 /*
  * Disk information dictionary.
@@ -299,7 +300,6 @@ struct disk_strategy {
 #ifdef _KERNEL
 #include <sys/device.h>
 #include <sys/mutex.h>
-#include <sys/iostat.h>
 
 #include <prop/proplib.h>
 

Reply via email to