summaryrefslogtreecommitdiff
path: root/sys/compat/linux
diff options
context:
space:
mode:
authorbjh21 <bjh21@NetBSD.org>2002-02-17 22:03:23 +0000
committerbjh21 <bjh21@NetBSD.org>2002-02-17 22:03:23 +0000
commit6c9d7cafe828a146d2e490f2b607972d4faef49d (patch)
treeba5e294ad5bc91ead125304ffb36b2975b8c0033 /sys/compat/linux
parent3113edfb9a700fecdff3a120c34f7e4ee9a60ce5 (diff)
linux_sys_break() is marked OBSOL, so don't include it.
Diffstat (limited to 'sys/compat/linux')
-rw-r--r--sys/compat/linux/arch/arm/linux_commons.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/linux/arch/arm/linux_commons.c b/sys/compat/linux/arch/arm/linux_commons.c
index 2eda31f9307..e6ebd91dddc 100644
--- a/sys/compat/linux/arch/arm/linux_commons.c
+++ b/sys/compat/linux/arch/arm/linux_commons.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_commons.c,v 1.1 2002/01/14 23:14:35 bjh21 Exp $ */
+/* $NetBSD: linux_commons.c,v 1.2 2002/02/17 22:03:23 bjh21 Exp $ */
/*
* This file includes C files from the common
@@ -13,7 +13,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.1 2002/01/14 23:14:35 bjh21 Exp $");
+__KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.2 2002/02/17 22:03:23 bjh21 Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
@@ -36,7 +36,6 @@ __KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.1 2002/01/14 23:14:35 bjh21 Exp
#include "../../common/linux_sigaction.c"
#include "../../common/linux_socketcall.c"
#include "../../common/linux_llseek.c"
-#include "../../common/linux_break.c"
#include "../../common/linux_oldmmap.c"
#include "../../common/linux_oldselect.c"
#include "../../common/linux_olduname.c"