Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern fix typo. (s/MODULE_DEFAULT_AUTOLOAD/MODULAR_DEFAUL...
details: https://anonhg.NetBSD.org/src/rev/e018ad329d57
branches: trunk
changeset: 331780:e018ad329d57
user: nonaka <nonaka%NetBSD.org@localhost>
date: Sun Aug 24 11:36:11 2014 +0000
description:
fix typo. (s/MODULE_DEFAULT_AUTOLOAD/MODULAR_DEFAULT_AUTOLOAD/)
diffstat:
sys/kern/kern_module.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7b91c9145f7c -r e018ad329d57 sys/kern/kern_module.c
--- a/sys/kern/kern_module.c Sun Aug 24 08:17:44 2014 +0000
+++ b/sys/kern/kern_module.c Sun Aug 24 11:36:11 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_module.c,v 1.98 2014/08/24 07:59:23 jnemeth Exp $ */
+/* $NetBSD: kern_module.c,v 1.99 2014/08/24 11:36:11 nonaka Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_module.c,v 1.98 2014/08/24 07:59:23 jnemeth Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_module.c,v 1.99 2014/08/24 11:36:11 nonaka Exp $");
#define _MODULE_INTERNAL
@@ -67,7 +67,7 @@
static module_t *module_active;
static bool module_verbose_on;
-#ifdef MODULE_DEFAULT_AUTOLOAD
+#ifdef MODULAR_DEFAULT_AUTOLOAD
static bool module_autoload_on = true;
#else
static bool module_autoload_on = false;
Home |
Main Index |
Thread Index |
Old Index