Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/compat/netbsd32 More clean-up of module depend...
details: https://anonhg.NetBSD.org/src/rev/d72d33a60e52
branches: pgoyette-compat
changeset: 830691:d72d33a60e52
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Sep 13 03:51:32 2018 +0000
description:
More clean-up of module dependencies
diffstat:
sys/compat/netbsd32/netbsd32_ipc.c | 6 +++---
sys/compat/netbsd32/netbsd32_mod.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r af18be0c8ea2 -r d72d33a60e52 sys/compat/netbsd32/netbsd32_ipc.c
--- a/sys/compat/netbsd32/netbsd32_ipc.c Thu Sep 13 03:50:24 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_ipc.c Thu Sep 13 03:51:32 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_ipc.c,v 1.18.16.5 2018/09/12 23:28:16 pgoyette Exp $ */
+/* $NetBSD: netbsd32_ipc.c,v 1.18.16.6 2018/09/13 03:51:32 pgoyette Exp $ */
/*
* Copyright (c) 1998, 2001 Matthew R. Green
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_ipc.c,v 1.18.16.5 2018/09/12 23:28:16 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_ipc.c,v 1.18.16.6 2018/09/13 03:51:32 pgoyette Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
@@ -83,7 +83,7 @@
};
MODULE(MODULE_CLASS_EXEC, compat_netbsd32_sysvipc,
- "sysv_ipc,compat_netbsd32,sysv_ipc");
+ "compat_netbsd32,sysv_ipc");
static int
compat_netbsd32_sysvipc_modcmd(modcmd_t cmd, void *arg)
diff -r af18be0c8ea2 -r d72d33a60e52 sys/compat/netbsd32/netbsd32_mod.c
--- a/sys/compat/netbsd32/netbsd32_mod.c Thu Sep 13 03:50:24 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_mod.c Thu Sep 13 03:51:32 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_mod.c,v 1.13.16.7 2018/09/13 02:03:49 pgoyette Exp $ */
+/* $NetBSD: netbsd32_mod.c,v 1.13.16.8 2018/09/13 03:51:32 pgoyette Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.13.16.7 2018/09/13 02:03:49 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.13.16.8 2018/09/13 03:51:32 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_execfmt.h"
@@ -57,7 +57,7 @@
int (*vec_compat32_80_modctl)(struct lwp *,
const struct netbsd32_modctl_args *, register_t *);
-# define DEPS1 "ksem"
+# define DEPS1 "ksem,compat_util"
#if defined(EXEC_ELF32)
# define DEPS2 ",exec_elf32"
Home |
Main Index |
Thread Index |
Old Index