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 After linux_sys_clone() has been mov...
details: https://anonhg.NetBSD.org/src/rev/95a4d720f1d1
branches: trunk
changeset: 476980:95a4d720f1d1
user: tron <tron%NetBSD.org@localhost>
date: Tue Oct 05 09:22:04 1999 +0000
description:
After linux_sys_clone() has been moved to "linux_sched.c" we don't need
to include "linux_sched.h" any more.
diffstat:
sys/compat/linux/common/linux_misc.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 8cdbe9b0f8f6 -r 95a4d720f1d1 sys/compat/linux/common/linux_misc.c
--- a/sys/compat/linux/common/linux_misc.c Tue Oct 05 09:13:30 1999 +0000
+++ b/sys/compat/linux/common/linux_misc.c Tue Oct 05 09:22:04 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_misc.c,v 1.60 1999/10/04 16:55:56 tron Exp $ */
+/* $NetBSD: linux_misc.c,v 1.61 1999/10/05 09:22:04 tron Exp $ */
/*-
* Copyright (c) 1995, 1998, 1999 The NetBSD Foundation, Inc.
@@ -106,7 +106,6 @@
#include <compat/linux/common/linux_dirent.h>
#include <compat/linux/common/linux_util.h>
#include <compat/linux/common/linux_misc.h>
-#include <compat/linux/common/linux_sched.h>
/* Local linux_misc.c functions: */
Home |
Main Index |
Thread Index |
Old Index