Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/compat/common Update alias list for included m...
details: https://anonhg.NetBSD.org/src/rev/03468ba4a21c
branches: pgoyette-compat
changeset: 321040:03468ba4a21c
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Mar 15 23:34:53 2018 +0000
description:
Update alias list for included modules for compat_60
diffstat:
sys/compat/common/compat_mod.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 169cb02fbd83 -r 03468ba4a21c sys/compat/common/compat_mod.c
--- a/sys/compat/common/compat_mod.c Thu Mar 15 23:32:35 2018 +0000
+++ b/sys/compat/common/compat_mod.c Thu Mar 15 23:34:53 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_mod.c,v 1.24.14.10 2018/03/15 23:32:35 pgoyette Exp $ */
+/* $NetBSD: compat_mod.c,v 1.24.14.11 2018/03/15 23:34:53 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.10 2018/03/15 23:32:35 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_mod.c,v 1.24.14.11 2018/03/15 23:34:53 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -84,7 +84,7 @@
#endif
static const char * const compat_includes[] = {
- "compat_70",
+ "compat_70", "compat_60",
NULL
};
Home |
Main Index |
Thread Index |
Old Index