Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Re-add include of "drvctl.h", as its removal a year...



details:   https://anonhg.NetBSD.org/src/rev/166de57d3681
branches:  trunk
changeset: 767902:166de57d3681
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Aug 02 21:23:24 2011 +0000

description:
Re-add include of "drvctl.h", as its removal a year and a half ago broke
drvctl DRVGETEVENT.

diffstat:

 sys/kern/subr_autoconf.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r fc994d22ae59 -r 166de57d3681 sys/kern/subr_autoconf.c
--- a/sys/kern/subr_autoconf.c  Tue Aug 02 20:44:09 2011 +0000
+++ b/sys/kern/subr_autoconf.c  Tue Aug 02 21:23:24 2011 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index