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 Now that we have a compat_80 mod...



details:   https://anonhg.NetBSD.org/src/rev/7f72358fd384
branches:  pgoyette-compat
changeset: 321095:7f72358fd384
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Mar 25 08:03:26 2018 +0000

description:
Now that we have a compat_80 module, make sure it is marked as "included"
in the monolithic compat module

diffstat:

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

diffs (27 lines):

diff -r 5ec0664ed61a -r 7f72358fd384 sys/compat/common/compat_mod.c
--- a/sys/compat/common/compat_mod.c    Sun Mar 25 07:19:47 2018 +0000
+++ b/sys/compat/common/compat_mod.c    Sun Mar 25 08:03:26 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_mod.c,v 1.24.14.19 2018/03/22 01:44:47 pgoyette Exp $   */
+/*     $NetBSD: compat_mod.c,v 1.24.14.20 2018/03/25 08:03:26 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.19 2018/03/22 01:44:47 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_mod.c,v 1.24.14.20 2018/03/25 08:03:26 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -81,7 +81,7 @@
 #endif
 
 static const char * const compat_includes[] = {
-       "compat_70", "compat_60", "compat_50", 
+       "compat_80", "compat_70", "compat_60", "compat_50", 
        NULL
 };
 



Home | Main Index | Thread Index | Old Index