Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/osf1 Add requirement for compat_util (e...



details:   https://anonhg.NetBSD.org/src/rev/42bb0727b455
branches:  pgoyette-compat
changeset: 830871:42bb0727b455
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Oct 18 22:04:23 2018 +0000

description:
Add requirement for compat_util (even though it is currently built-in for
all kernels) since there are references.

diffstat:

 sys/compat/osf1/osf1_mod.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 28db9e04f74b -r 42bb0727b455 sys/compat/osf1/osf1_mod.c
--- a/sys/compat/osf1/osf1_mod.c        Mon Oct 15 22:06:16 2018 +0000
+++ b/sys/compat/osf1/osf1_mod.c        Thu Oct 18 22:04:23 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: osf1_mod.c,v 1.5 2017/02/12 21:02:20 chs Exp $ */
+/*     $NetBSD: osf1_mod.c,v 1.5.12.1 2018/10/18 22:04:23 pgoyette Exp $       */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: osf1_mod.c,v 1.5 2017/02/12 21:02:20 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: osf1_mod.c,v 1.5.12.1 2018/10/18 22:04:23 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/module.h>
@@ -46,7 +46,7 @@
 #include <compat/osf1/osf1.h>
 #include <compat/osf1/osf1_exec.h>
 
-MODULE(MODULE_CLASS_EXEC, compat_osf1, "compat,exec_ecoff");
+MODULE(MODULE_CLASS_EXEC, compat_osf1, "compat,compat_util,exec_ecoff");
 
 #define OSF1_ARGLEN \
        (OSF1_MAX_AUX_ENTRIES * sizeof (struct osf1_auxv) + \



Home | Main Index | Thread Index | Old Index