summaryrefslogtreecommitdiff
path: root/Xext/xselinux.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-12-20 20:31:34 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-12-28 13:27:28 -0500
commit1bbf64ab115e2a1121d6f9c0830b1b977f025178 (patch)
tree60215e85eb9c6c8522a173010a4a4167514c22da /Xext/xselinux.h
parent938da5ee389975f910721f1c2cebc2dcec793117 (diff)
xselinux: Remove unnecessary structure definition.
Diffstat (limited to 'Xext/xselinux.h')
-rw-r--r--Xext/xselinux.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/Xext/xselinux.h b/Xext/xselinux.h
index ebcc4aae0..9800d5ae4 100644
--- a/Xext/xselinux.h
+++ b/Xext/xselinux.h
@@ -139,20 +139,6 @@ typedef struct {
} SELinuxGetContextReq;
typedef struct {
- CARD8 type;
- CARD8 pad1;
- CARD16 sequenceNumber;
- CARD32 length;
- CARD16 context_len;
- CARD16 pad2;
- CARD32 pad3;
- CARD32 pad4;
- CARD32 pad5;
- CARD32 pad6;
- CARD32 pad7;
-} SELinuxGetContextReply;
-
-typedef struct {
CARD8 reqType;
CARD8 SELinuxReqType;
CARD16 length;
@@ -172,7 +158,7 @@ typedef struct {
CARD32 pad5;
CARD32 pad6;
CARD32 pad7;
-} SELinuxGetPropertyContextReply;
+} SELinuxGetContextReply;
/* Private Flask definitions */