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/mips Pull changes done in rev. 1.7 of ...



details:   https://anonhg.NetBSD.org/src/rev/e99267c26efe
branches:  trunk
changeset: 535336:e99267c26efe
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Aug 15 06:31:30 2002 +0000

description:
Pull changes done in rev. 1.7 of sys/compat/linux/arch/powerpc/linux_exec.h
so that sysctl(8) compiles again.

diffstat:

 sys/compat/linux/arch/mips/linux_exec.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r be734d969c9d -r e99267c26efe sys/compat/linux/arch/mips/linux_exec.h
--- a/sys/compat/linux/arch/mips/linux_exec.h   Thu Aug 15 04:47:12 2002 +0000
+++ b/sys/compat/linux/arch/mips/linux_exec.h   Thu Aug 15 06:31:30 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_exec.h,v 1.3 2001/09/22 21:15:18 manu Exp $ */
+/*     $NetBSD: linux_exec.h,v 1.4 2002/08/15 06:31:30 enami Exp $ */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -42,7 +42,6 @@
 #include <sys/exec_aout.h>
 #include <sys/exec_elf.h>
 #include <sys/types.h>
-#include <sys/systm.h>
 
 /*
  * From Linux's include/asm-mips/elf.h



Home | Main Index | Thread Index | Old Index