Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/dkwedge grow some _KERNEL_POT



details:   https://anonhg.NetBSD.org/src/rev/38e971fe2f73
branches:  trunk
changeset: 747259:38e971fe2f73
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Sep 07 13:59:38 2009 +0000

description:
grow some _KERNEL_POT

diffstat:

 sys/dev/dkwedge/dk.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 4e85f080a802 -r 38e971fe2f73 sys/dev/dkwedge/dk.c
--- a/sys/dev/dkwedge/dk.c      Mon Sep 07 13:52:05 2009 +0000
+++ b/sys/dev/dkwedge/dk.c      Mon Sep 07 13:59:38 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dk.c,v 1.49 2009/09/06 16:18:55 pooka Exp $    */
+/*     $NetBSD: dk.c,v 1.50 2009/09/07 13:59:38 pooka Exp $    */
 
 /*-
  * Copyright (c) 2004, 2005, 2006, 2007 The NetBSD Foundation, Inc.
@@ -30,9 +30,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dk.c,v 1.49 2009/09/06 16:18:55 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dk.c,v 1.50 2009/09/07 13:59:38 pooka Exp $");
 
+#ifdef _KERNEL_OPT
 #include "opt_dkwedge.h"
+#endif
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index