Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 Include new compatability header



details:   https://anonhg.NetBSD.org/src/rev/caed42094f1f
branches:  trunk
changeset: 447917:caed42094f1f
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Jan 28 01:09:52 2019 +0000

description:
Include new compatability header

diffstat:

 sys/compat/netbsd32/netbsd32_compat_80.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 638a0b4c6065 -r caed42094f1f sys/compat/netbsd32/netbsd32_compat_80.c
--- a/sys/compat/netbsd32/netbsd32_compat_80.c  Mon Jan 28 01:01:59 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_compat_80.c  Mon Jan 28 01:09:52 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_compat_80.c,v 1.2 2019/01/27 02:08:40 pgoyette Exp $  */
+/*     $NetBSD: netbsd32_compat_80.c,v 1.3 2019/01/28 01:09:52 pgoyette Exp $  */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_80.c,v 1.2 2019/01/27 02:08:40 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_80.c,v 1.3 2019/01/28 01:09:52 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/dirent.h>
@@ -39,6 +39,8 @@
 
 #include <compat/sys/siginfo.h>
 
+#include <compat/sys/module.h>
+
 #include <compat/netbsd32/netbsd32.h>
 #include <compat/netbsd32/netbsd32_syscall.h>
 #include <compat/netbsd32/netbsd32_syscallargs.h>



Home | Main Index | Thread Index | Old Index