Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux32/common Update dependencies - compat_linux...



details:   https://anonhg.NetBSD.org/src/rev/4dc3d735c4c5
branches:  trunk
changeset: 812192:4dc3d735c4c5
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Dec 03 23:51:24 2015 +0000

description:
Update dependencies - compat_linux32 requires compat_netbsd32_sysvipc

diffstat:

 sys/compat/linux32/common/linux32_mod.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 750883698b62 -r 4dc3d735c4c5 sys/compat/linux32/common/linux32_mod.c
--- a/sys/compat/linux32/common/linux32_mod.c   Thu Dec 03 21:51:02 2015 +0000
+++ b/sys/compat/linux32/common/linux32_mod.c   Thu Dec 03 23:51:24 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux32_mod.c,v 1.6 2014/07/22 08:18:33 maxv Exp $     */
+/*     $NetBSD: linux32_mod.c,v 1.7 2015/12/03 23:51:24 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux32_mod.c,v 1.6 2014/07/22 08:18:33 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux32_mod.c,v 1.7 2015/12/03 23:51:24 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_execfmt.h"
@@ -51,7 +51,7 @@
 #include <compat/linux32/common/linux32_exec.h>
 
 #if defined(EXEC_ELF32)
-# define       MD1     ",exec_elf32,compat_netbsd32"
+# define       MD1     ",exec_elf32,compat_netbsd32,compat_netbsd32_sysvipc"
 #else
 # define       MD1     ""
 #endif



Home | Main Index | Thread Index | Old Index