Module Name: src
Committed By: jmcneill
Date: Tue Aug 2 21:23:25 UTC 2011
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
Re-add include of "drvctl.h", as its removal a year and a half ago broke
drvctl DRVGETEVENT.
To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.217 src/sys/kern/subr_autoconf.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/subr_autoconf.c
diff -u src/sys/kern/subr_autoconf.c:1.216 src/sys/kern/subr_autoconf.c:1.217
--- src/sys/kern/subr_autoconf.c:1.216 Wed Jun 1 02:43:33 2011
+++ src/sys/kern/subr_autoconf.c Tue Aug 2 21:23:24 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_autoconf.c,v 1.216 2011/06/01 02:43:33 christos Exp $ */
+/* $NetBSD: subr_autoconf.c,v 1.217 2011/08/02 21:23:24 jmcneill Exp $ */
/*
* Copyright (c) 1996, 2000 Christopher G. Demetriou
@@ -77,10 +77,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.216 2011/06/01 02:43:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.217 2011/08/02 21:23:24 jmcneill Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
+#include "drvctl.h"
#endif
#include <sys/param.h>