Source-Changes-HG archive

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

[src/trunk]: src/sys Provide necessary forward declarations or includes.



details:   https://anonhg.NetBSD.org/src/rev/e7b26315f8d8
branches:  trunk
changeset: 744838:e7b26315f8d8
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Feb 14 04:36:33 2020 +0000

description:
Provide necessary forward declarations or includes.

diffstat:

 sys/secmodel/secmodel.h |  4 +++-
 sys/sys/kauth.h         |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 811ce0249f42 -r e7b26315f8d8 sys/secmodel/secmodel.h
--- a/sys/secmodel/secmodel.h   Fri Feb 14 04:36:11 2020 +0000
+++ b/sys/secmodel/secmodel.h   Fri Feb 14 04:36:33 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: secmodel.h,v 1.4 2011/12/04 19:24:59 jym Exp $ */
+/* $NetBSD: secmodel.h,v 1.5 2020/02/14 04:36:33 riastradh Exp $ */
 /*-
  * Copyright (c) 2006, 2011 Elad Efrat <elad%NetBSD.org@localhost>
  * All rights reserved.
@@ -29,6 +29,8 @@
 #ifndef _SECMODEL_SECMODEL_H_
 #define        _SECMODEL_SECMODEL_H_
 
+#include <sys/queue.h>
+
 #include <prop/proplib.h>
 
 void secmodel_init(void);
diff -r 811ce0249f42 -r e7b26315f8d8 sys/sys/kauth.h
--- a/sys/sys/kauth.h   Fri Feb 14 04:36:11 2020 +0000
+++ b/sys/sys/kauth.h   Fri Feb 14 04:36:33 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kauth.h,v 1.82 2019/04/10 18:49:04 maxv Exp $ */
+/* $NetBSD: kauth.h,v 1.83 2020/02/14 04:36:33 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2005, 2006 Elad Efrat <elad%NetBSD.org@localhost>  
@@ -46,6 +46,8 @@
 struct vnode;
 struct cwdinfo;
 
+enum uio_seg;
+
 /* Types. */
 typedef struct kauth_scope     *kauth_scope_t;
 typedef struct kauth_listener  *kauth_listener_t;



Home | Main Index | Thread Index | Old Index