From e15e9231e6949bbbf64e077f052e32841e15fcaa Mon Sep 17 00:00:00 2001 From: dogcow Date: Sun, 24 Sep 2006 05:48:27 +0000 Subject: opt_ktrace.h doesn't exist when building LKMs. --- sys/compat/linux/common/linux_sysctl.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/compat/linux/common/linux_sysctl.c') diff --git a/sys/compat/linux/common/linux_sysctl.c b/sys/compat/linux/common/linux_sysctl.c index ad26747c5cd..9cb725005a8 100644 --- a/sys/compat/linux/common/linux_sysctl.c +++ b/sys/compat/linux/common/linux_sysctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_sysctl.c,v 1.20 2006/09/23 22:12:00 manu Exp $ */ +/* $NetBSD: linux_sysctl.c,v 1.21 2006/09/24 05:48:27 dogcow Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -41,9 +41,11 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysctl.c,v 1.20 2006/09/23 22:12:00 manu Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysctl.c,v 1.21 2006/09/24 05:48:27 dogcow Exp $"); +#ifndef _LKM #include "opt_ktrace.h" +#endif #include #include -- cgit