Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Include miscfs/specfs/specdev.h for spec_init().



details:   https://anonhg.NetBSD.org/src/rev/1d1d5d536c35
branches:  trunk
changeset: 749039:1d1d5d536c35
user:      elad <elad%NetBSD.org@localhost>
date:      Sun Nov 15 02:37:13 2009 +0000

description:
Include miscfs/specfs/specdev.h for spec_init().

diffstat:

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

diffs (26 lines):

diff -r 6b4b28cb4826 -r 1d1d5d536c35 sys/kern/init_main.c
--- a/sys/kern/init_main.c      Sat Nov 14 23:40:11 2009 +0000
+++ b/sys/kern/init_main.c      Sun Nov 15 02:37:13 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: init_main.c,v 1.409 2009/11/14 18:36:57 elad Exp $     */
+/*     $NetBSD: init_main.c,v 1.410 2009/11/15 02:37:13 elad Exp $     */
 
 /*-
  * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.409 2009/11/14 18:36:57 elad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.410 2009/11/15 02:37:13 elad Exp $");
 
 #include "opt_ddb.h"
 #include "opt_ipsec.h"
@@ -218,6 +218,7 @@
 
 #include <miscfs/genfs/genfs.h>
 #include <miscfs/syncfs/syncfs.h>
+#include <miscfs/specfs/specdev.h>
 
 #include <sys/cpu.h>
 



Home | Main Index | Thread Index | Old Index