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 list of modules which are...



details:   https://anonhg.NetBSD.org/src/rev/841ecde492be
branches:  pgoyette-compat
changeset: 830544:841ecde492be
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Mar 30 11:29:53 2018 +0000

description:
Update list of modules which are included in the monolithic compat_netbsd
module.

diffstat:

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

diffs (27 lines):

diff -r f5200aba9367 -r 841ecde492be sys/compat/common/compat_mod.c
--- a/sys/compat/common/compat_mod.c    Fri Mar 30 11:18:34 2018 +0000
+++ b/sys/compat/common/compat_mod.c    Fri Mar 30 11:29:53 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_mod.c,v 1.24.14.28 2018/03/30 11:18:34 pgoyette Exp $   */
+/*     $NetBSD: compat_mod.c,v 1.24.14.29 2018/03/30 11:29: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.28 2018/03/30 11:18:34 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_mod.c,v 1.24.14.29 2018/03/30 11:29:53 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -78,7 +78,7 @@
 
 static const char * const compat_includes[] = {
        "compat_80", "compat_70", "compat_60", "compat_50", "compat_40",
-       "compat_30", "compat_20",
+       "compat_30", "compat_20", "compat_16", "compat_14", "compat_13",
        NULL
 };
 



Home | Main Index | Thread Index | Old Index