diff options
| author | dogcow <dogcow@NetBSD.org> | 2006-09-24 05:48:27 +0000 |
|---|---|---|
| committer | dogcow <dogcow@NetBSD.org> | 2006-09-24 05:48:27 +0000 |
| commit | e15e9231e6949bbbf64e077f052e32841e15fcaa (patch) | |
| tree | b8c3c352670c5583aed89e4620d2639f7be95d82 /sys/compat/linux/common/linux_sysctl.c | |
| parent | 78b90930eb3df498f1d40504eba5f5b5724b69e6 (diff) | |
opt_ktrace.h doesn't exist when building LKMs.
Diffstat (limited to 'sys/compat/linux/common/linux_sysctl.c')
| -rw-r--r-- | sys/compat/linux/common/linux_sysctl.c | 6 |
1 files changed, 4 insertions, 2 deletions
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 <sys/cdefs.h> -__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 <sys/param.h> #include <sys/systm.h> |
