Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/common Add an additional dependency on comp...



details:   https://anonhg.NetBSD.org/src/rev/db5485bac3e4
branches:  trunk
changeset: 811049:db5485bac3e4
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Oct 10 04:28:04 2015 +0000

description:
Add an additional dependency on compat_sysv

diffstat:

 sys/compat/linux/common/linux_mod.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 7a66c2bf2a6c -r db5485bac3e4 sys/compat/linux/common/linux_mod.c
--- a/sys/compat/linux/common/linux_mod.c       Sat Oct 10 03:58:59 2015 +0000
+++ b/sys/compat/linux/common/linux_mod.c       Sat Oct 10 04:28:04 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_mod.c,v 1.4 2014/03/07 01:33:43 christos Exp $   */
+/*     $NetBSD: linux_mod.c,v 1.5 2015/10/10 04:28:04 pgoyette Exp $   */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_mod.c,v 1.4 2014/03/07 01:33:43 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_mod.c,v 1.5 2015/10/10 04:28:04 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_execfmt.h"
@@ -65,7 +65,8 @@
 # define       MD3     ""
 #endif
 
-MODULE(MODULE_CLASS_EXEC, compat_linux, "compat,compat_ossaudio" MD1 MD2 MD3);
+MODULE(MODULE_CLASS_EXEC, compat_linux, "compat,compat_ossaudio,compat_sysv"
+       MD1 MD2 MD3);
 
 static struct execsw linux_execsw[] = {
 #if defined(EXEC_ELF32) && ELFSIZE == 32



Home | Main Index | Thread Index | Old Index