Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/arm linux_sys_break() is marked OBSOL, ...



details:   https://anonhg.NetBSD.org/src/rev/a1de262be51a
branches:  trunk
changeset: 522358:a1de262be51a
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Feb 17 22:03:23 2002 +0000

description:
linux_sys_break() is marked OBSOL, so don't include it.

diffstat:

 sys/compat/linux/arch/arm/linux_commons.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 00adf9329986 -r a1de262be51a sys/compat/linux/arch/arm/linux_commons.c
--- a/sys/compat/linux/arch/arm/linux_commons.c Sun Feb 17 22:00:09 2002 +0000
+++ b/sys/compat/linux/arch/arm/linux_commons.c Sun Feb 17 22:03:23 2002 +0000
@@ -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 @@
 #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"



Home | Main Index | Thread Index | Old Index