Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/common Include new header from correct directory
details:   https://anonhg.NetBSD.org/src/rev/b8f9a9db9271
branches:  trunk
changeset: 448260:b8f9a9db9271
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Jan 27 21:25:24 2019 +0000
description:
Include new header from correct directory
diffstat:
 sys/compat/common/kern_mod_80.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 9666dcdbbafb -r b8f9a9db9271 sys/compat/common/kern_mod_80.c
--- a/sys/compat/common/kern_mod_80.c   Sun Jan 27 19:13:04 2019 +0000
+++ b/sys/compat/common/kern_mod_80.c   Sun Jan 27 21:25:24 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_mod_80.c,v 1.3 2019/01/27 18:29:10 christos Exp $ */
+/*     $NetBSD: kern_mod_80.c,v 1.4 2019/01/27 21:25:24 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_mod_80.c,v 1.3 2019/01/27 18:29:10 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_mod_80.c,v 1.4 2019/01/27 21:25:24 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -49,7 +49,8 @@
 #include <sys/syscall.h>
 #include <sys/syscallargs.h>
 #include <sys/compat_stub.h>
-#include <sys/compat/module.h>
+
+#include <compat/sys/module.h>
 
 #include <compat/common/compat_mod.h>
 
Home |
Main Index |
Thread Index |
Old Index