Source-Changes-HG archive

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

[src/trunk]: src/sys/kern #include giohist.h from proper location



details:   https://anonhg.NetBSD.org/src/rev/41a3eba2542a
branches:  trunk
changeset: 349877:41a3eba2542a
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Dec 26 23:49:53 2016 +0000

description:
#include giohist.h from proper location

diffstat:

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

diffs (27 lines):

diff -r 1fcbe98f3a9f -r 41a3eba2542a sys/kern/kern_history.c
--- a/sys/kern/kern_history.c   Mon Dec 26 23:39:18 2016 +0000
+++ b/sys/kern/kern_history.c   Mon Dec 26 23:49:53 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_history.c,v 1.7 2016/12/26 23:12:33 pgoyette Exp $         */
+/*     $NetBSD: kern_history.c,v 1.8 2016/12/26 23:49:53 pgoyette Exp $         */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_history.c,v 1.7 2016/12/26 23:12:33 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_history.c,v 1.8 2016/12/26 23:49:53 pgoyette Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kernhist.h"
@@ -56,7 +56,7 @@
 #endif
 
 #ifdef BIOHIST
-#include <kern/biohist.h>
+#include <sys/biohist.h>
 #endif
 
 #ifdef SYSCALL_DEBUG



Home | Main Index | Thread Index | Old Index