Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 Add missing sys/kauth.h
details: https://anonhg.NetBSD.org/src/rev/bd78066a0370
branches: trunk
changeset: 338980:bd78066a0370
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Jun 21 06:51:05 2015 +0000
description:
Add missing sys/kauth.h
diffstat:
sys/compat/netbsd32/netbsd32_module.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r d003276c3066 -r bd78066a0370 sys/compat/netbsd32/netbsd32_module.c
--- a/sys/compat/netbsd32/netbsd32_module.c Sun Jun 21 06:06:01 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_module.c Sun Jun 21 06:51:05 2015 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index