Module Name:    src
Committed By:   pgoyette
Date:           Mon Dec 26 23:49:53 UTC 2016

Modified Files:
        src/sys/kern: kern_history.c

Log Message:
#include giohist.h from proper location


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/kern/kern_history.c

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

Modified files:

Index: src/sys/kern/kern_history.c
diff -u src/sys/kern/kern_history.c:1.7 src/sys/kern/kern_history.c:1.8
--- src/sys/kern/kern_history.c:1.7	Mon Dec 26 23:12:33 2016
+++ src/sys/kern/kern_history.c	Mon Dec 26 23:49:53 2016
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: kern_history
 #endif
 
 #ifdef BIOHIST
-#include <kern/biohist.h>
+#include <sys/biohist.h>
 #endif
 
 #ifdef SYSCALL_DEBUG

Reply via email to