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 Reduce the list of require...



details:   https://anonhg.NetBSD.org/src/rev/365830658859
branches:  pgoyette-compat
changeset: 447784:365830658859
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jan 24 02:05:16 2019 +0000

description:
Reduce the list of required modules to what is really needed

diffstat:

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

diffs (27 lines):

diff -r 5c98e189d51c -r 365830658859 sys/compat/linux/common/linux_mod.c
--- a/sys/compat/linux/common/linux_mod.c       Thu Jan 24 00:26:32 2019 +0000
+++ b/sys/compat/linux/common/linux_mod.c       Thu Jan 24 02:05:16 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_mod.c,v 1.10.2.3 2018/10/18 22:09:56 pgoyette Exp $      */
+/*     $NetBSD: linux_mod.c,v 1.10.2.4 2019/01/24 02:05:16 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.10.2.3 2018/10/18 22:09:56 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_mod.c,v 1.10.2.4 2019/01/24 02:05:16 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_execfmt.h"
@@ -67,7 +67,7 @@
 #endif
 
 #define REQ1    "compat_ossaudio,sysv_ipc,compat_util"
-#define REQ2    ",compat_12,compat_30,compat_50,compat_43,compat_sysv_50"
+#define REQ2    ",compat_50,compat_43"
 
 MODULE(MODULE_CLASS_EXEC, compat_linux, REQ1 REQ2 MD1 MD2 MD3);
 



Home | Main Index | Thread Index | Old Index