Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/compat/linux/arch/powerpc Pull up revision 1.14 (re...



details:   https://anonhg.NetBSD.org/src/rev/c785a258009c
branches:  netbsd-2-0
changeset: 561472:c785a258009c
user:      grant <grant%NetBSD.org@localhost>
date:      Sat Jun 19 04:40:13 2004 +0000

description:
Pull up revision 1.14 (requested by manu in ticket #511):

include <sys/resourcevar.h> for the netbsd-2-0 branch.

diffstat:

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

diffs (26 lines):

diff -r 400b529a15c6 -r c785a258009c sys/compat/linux/arch/powerpc/linux_exec_powerpc.c
--- a/sys/compat/linux/arch/powerpc/linux_exec_powerpc.c        Sat Jun 19 04:37:04 2004 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_exec_powerpc.c        Sat Jun 19 04:40:13 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_exec_powerpc.c,v 1.12.4.1 2004/06/19 04:37:04 grant Exp $ */
+/* $NetBSD: linux_exec_powerpc.c,v 1.12.4.2 2004/06/19 04:40:13 grant Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_exec_powerpc.c,v 1.12.4.1 2004/06/19 04:37:04 grant Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_exec_powerpc.c,v 1.12.4.2 2004/06/19 04:40:13 grant Exp $");
 
 #if defined (__alpha__)
 #define ELFSIZE 64
@@ -65,6 +65,7 @@
 #include <sys/proc.h>
 #include <sys/exec.h>
 #include <sys/exec_elf.h>
+#include <sys/resourcevar.h>
 
 #include <uvm/uvm_extern.h>
 



Home | Main Index | Thread Index | Old Index