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 We have some COMPAT_30 code that...



details:   https://anonhg.NetBSD.org/src/rev/06ac7731b408
branches:  pgoyette-compat
changeset: 830729:06ac7731b408
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Sep 19 06:37:11 2018 +0000

description:
We have some COMPAT_30 code that needs compat_offseterr(), so let's
require the compat_util module.

diffstat:

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

diffs (27 lines):

diff -r 039d9f82bf3a -r 06ac7731b408 sys/compat/common/compat_30_mod.c
--- a/sys/compat/common/compat_30_mod.c Wed Sep 19 06:26:13 2018 +0000
+++ b/sys/compat/common/compat_30_mod.c Wed Sep 19 06:37:11 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_30_mod.c,v 1.1.2.7 2018/09/15 02:14:39 pgoyette Exp $   */
+/*     $NetBSD: compat_30_mod.c,v 1.1.2.8 2018/09/19 06:37:11 pgoyette Exp $   */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_30_mod.c,v 1.1.2.7 2018/09/15 02:14:39 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_30_mod.c,v 1.1.2.8 2018/09/19 06:37:11 pgoyette Exp $");
 
 #include <sys/systm.h>
 #include <sys/module.h>
@@ -98,7 +98,7 @@
        return error;
 }
 
-MODULE(MODULE_CLASS_EXEC, compat_30, "compat_40");
+MODULE(MODULE_CLASS_EXEC, compat_30, "compat_util,compat_40");
 
 static int
 compat_30_modcmd(modcmd_t cmd, void *arg)



Home | Main Index | Thread Index | Old Index