Module Name: src Committed By: pgoyette Date: Sun Jan 27 21:25:24 UTC 2019
Modified Files: src/sys/compat/common: kern_mod_80.c Log Message: Include new header from correct directory To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/compat/common/kern_mod_80.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/compat/common/kern_mod_80.c diff -u src/sys/compat/common/kern_mod_80.c:1.3 src/sys/compat/common/kern_mod_80.c:1.4 --- src/sys/compat/common/kern_mod_80.c:1.3 Sun Jan 27 18:29:10 2019 +++ src/sys/compat/common/kern_mod_80.c Sun Jan 27 21:25:24 2019 @@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: kern_mod_80. #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>