Module Name:    src
Committed By:   pooka
Date:           Mon Sep  7 13:59:38 UTC 2009

Modified Files:
        src/sys/dev/dkwedge: dk.c

Log Message:
grow some _KERNEL_POT


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/dkwedge/dk.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/dev/dkwedge/dk.c
diff -u src/sys/dev/dkwedge/dk.c:1.49 src/sys/dev/dkwedge/dk.c:1.50
--- src/sys/dev/dkwedge/dk.c:1.49	Sun Sep  6 16:18:55 2009
+++ src/sys/dev/dkwedge/dk.c	Mon Sep  7 13:59:38 2009
@@ -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>

Reply via email to