Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/compat/linux/arch/powerpc Include resourcevar.h, wh...



details:   https://anonhg.NetBSD.org/src/rev/3a481bb4765d
branches:  netbsd-1-6
changeset: 531407:3a481bb4765d
user:      manu <manu%NetBSD.org@localhost>
date:      Fri Jun 18 17:02:00 2004 +0000

description:
Include resourcevar.h, which is not required for building -current but
is for the 2.0 branch. Next step is a pull-up...

diffstat:

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

diffs (26 lines):

diff -r b4b3f31046c3 -r 3a481bb4765d sys/compat/linux/arch/powerpc/linux_exec_powerpc.c
--- a/sys/compat/linux/arch/powerpc/linux_exec_powerpc.c        Fri Jun 18 00:59:30 2004 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_exec_powerpc.c        Fri Jun 18 17:02:00 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_exec_powerpc.c,v 1.6 2001/11/13 02:08:45 lukem Exp $ */
+/* $NetBSD: linux_exec_powerpc.c,v 1.6.10.1 2004/06/18 17:02:00 manu 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.6 2001/11/13 02:08:45 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_exec_powerpc.c,v 1.6.10.1 2004/06/18 17:02:00 manu 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 <compat/linux/common/linux_exec.h>
 



Home | Main Index | Thread Index | Old Index