Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/common Add #include <machine/cpu.h> for nee...
details: https://anonhg.NetBSD.org/src/rev/a166a69d492b
branches: trunk
changeset: 477571:a166a69d492b
user: itohy <itohy%NetBSD.org@localhost>
date: Thu Oct 21 23:24:08 1999 +0000
description:
Add #include <machine/cpu.h> for need_resched() macro.
diffstat:
sys/compat/linux/common/linux_sched.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r a21c8388604f -r a166a69d492b sys/compat/linux/common/linux_sched.c
--- a/sys/compat/linux/common/linux_sched.c Thu Oct 21 22:50:53 1999 +0000
+++ b/sys/compat/linux/common/linux_sched.c Thu Oct 21 23:24:08 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sched.c,v 1.2 1999/10/11 01:18:35 thorpej Exp $ */
+/* $NetBSD: linux_sched.c,v 1.3 1999/10/21 23:24:08 itohy Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -48,6 +48,8 @@
#include <sys/systm.h>
#include <sys/syscallargs.h>
+#include <machine/cpu.h>
+
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_signal.h>
Home |
Main Index |
Thread Index |
Old Index