Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/linux/common And include the definition



details:   https://anonhg.NetBSD.org/src/rev/2272de5866e5
branches:  pgoyette-compat
changeset: 447795:2272de5866e5
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jan 24 04:41:34 2019 +0000

description:
And include the definition

diffstat:

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

diffs (26 lines):

diff -r 6c39c52df279 -r 2272de5866e5 sys/compat/linux/common/linux_exec_elf32.c
--- a/sys/compat/linux/common/linux_exec_elf32.c        Thu Jan 24 04:37:24 2019 +0000
+++ b/sys/compat/linux/common/linux_exec_elf32.c        Thu Jan 24 04:41:34 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_exec_elf32.c,v 1.94.12.4 2019/01/24 04:37:24 pgoyette Exp $      */
+/*     $NetBSD: linux_exec_elf32.c,v 1.94.12.5 2019/01/24 04:41:34 pgoyette Exp $      */
 
 /*-
  * Copyright (c) 1995, 1998, 2000, 2001 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_exec_elf32.c,v 1.94.12.4 2019/01/24 04:37:24 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_exec_elf32.c,v 1.94.12.5 2019/01/24 04:41:34 pgoyette Exp $");
 
 #ifndef ELFSIZE
 /* XXX should die */
@@ -73,6 +73,7 @@
 
 #include <compat/linux/linux_syscallargs.h>
 #include <compat/linux/linux_syscall.h>
+#include <compat/netbsd32/netbsd32.h>
 
 #define LINUX_GO_RT0_SIGNATURE
 



Home | Main Index | Thread Index | Old Index