|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] xen, xsm: Remove private function prototy
# HG changeset patch
# User Keir Fraser <keir@xxxxxxxxxxxxx>
# Date 1192720673 -3600
# Node ID 218f054a3587840c1b1725fa8da138a5fb4801bf
# Parent 789e4303b33094036dccb5a4063b7d28b0c9bbeb
xen, xsm: Remove private function prototype from public header.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
xen/include/public/xsm/flask_op.h | 2 --
xen/xsm/flask/hooks.c | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
diff -r 789e4303b330 -r 218f054a3587 xen/include/public/xsm/flask_op.h
--- a/xen/include/public/xsm/flask_op.h Thu Oct 18 15:12:03 2007 +0100
+++ b/xen/include/public/xsm/flask_op.h Thu Oct 18 16:17:53 2007 +0100
@@ -40,6 +40,4 @@ typedef struct flask_op {
DEFINE_XEN_GUEST_HANDLE(flask_op_t);
-long do_flask_op (XEN_GUEST_HANDLE(xsm_op_t) u_flask_op);
-
#endif
diff -r 789e4303b330 -r 218f054a3587 xen/xsm/flask/hooks.c
--- a/xen/xsm/flask/hooks.c Thu Oct 18 15:12:03 2007 +0100
+++ b/xen/xsm/flask/hooks.c Thu Oct 18 16:17:53 2007 +0100
@@ -1041,6 +1041,8 @@ static int flask_add_to_physmap(struct d
return domain_has_perm(d1, d2, SECCLASS_MMU, MMU__PHYSMAP);
}
#endif
+
+long do_flask_op(XEN_GUEST_HANDLE(xsm_op_t) u_flask_op);
static struct xsm_operations flask_ops = {
.security_domaininfo = flask_security_domaininfo,
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] xen, xsm: Remove private function prototype from public header.,
Xen patchbot-unstable <=
|
|
|
|
|