Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
src: Ooops - forgot to enable the last couple of alias module na...
details: https://anonhg.NetBSD.org/src/rev/3b07d0114813
branches: pgoyette-compat
changeset: 318304:3b07d0114813
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Apr 17 22:31:41 2018 +0000
description:
Ooops - forgot to enable the last couple of alias module names.
diffstat:
sys/compat/common/compat_mod.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9f7e80d99635 -r 3b07d0114813 sys/compat/common/compat_mod.c
--- a/sys/compat/common/compat_mod.c Tue Apr 17 21:59:27 2018 +0000
+++ b/sys/compat/common/compat_mod.c Tue Apr 17 22:31:41 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_mod.c,v 1.24.14.34 2018/04/17 07:24:55 pgoyette Exp $ */
+/* $NetBSD: compat_mod.c,v 1.24.14.35 2018/04/17 22:31:41 pgoyette Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_mod.c,v 1.24.14.34 2018/04/17 07:24:55 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_mod.c,v 1.24.14.35 2018/04/17 22:31:41 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -56,7 +56,7 @@
static const char * const compat_includes[] = {
"compat_80", "compat_70", "compat_60", "compat_50", "compat_40",
"compat_30", "compat_20", "compat_16", "compat_14", "compat_13",
- "compat_12", /*"compat_10", "compat_09",*/ "compat_43", NULL
+ "compat_12", "compat_10", "compat_09", "compat_43", NULL
};
MODULE_WITH_ALIASES(MODULE_CLASS_EXEC, compat, NULL, &compat_includes);
Home |
Main Index |
Thread Index |
Old Index