Module Name: src
Committed By: msaitoh
Date: Sun Jun 21 06:51:05 UTC 2015
Modified Files:
src/sys/compat/netbsd32: netbsd32_module.c
Log Message:
Add missing sys/kauth.h
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/compat/netbsd32/netbsd32_module.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/netbsd32/netbsd32_module.c
diff -u src/sys/compat/netbsd32/netbsd32_module.c:1.1 src/sys/compat/netbsd32/netbsd32_module.c:1.2
--- src/sys/compat/netbsd32/netbsd32_module.c:1.1 Sat Jun 20 19:58:40 2015
+++ src/sys/compat/netbsd32/netbsd32_module.c Sun Jun 21 06:51:05 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_module.c,v 1.1 2015/06/20 19:58:40 martin Exp $ */
+/* $NetBSD: netbsd32_module.c,v 1.2 2015/06/21 06:51:05 msaitoh Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -29,10 +29,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_module.c,v 1.1 2015/06/20 19:58:40 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_module.c,v 1.2 2015/06/21 06:51:05 msaitoh Exp $");
#include <sys/param.h>
#include <sys/dirent.h>
+#include <sys/kauth.h>
#include <sys/module.h>
#include <sys/kobj.h>