xselinux: Remove unnecessary structure definition.
This commit is contained in:
parent
938da5ee38
commit
1bbf64ab11
|
@ -138,20 +138,6 @@ typedef struct {
|
||||||
CARD32 id;
|
CARD32 id;
|
||||||
} SELinuxGetContextReq;
|
} 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 {
|
typedef struct {
|
||||||
CARD8 reqType;
|
CARD8 reqType;
|
||||||
CARD8 SELinuxReqType;
|
CARD8 SELinuxReqType;
|
||||||
|
@ -172,7 +158,7 @@ typedef struct {
|
||||||
CARD32 pad5;
|
CARD32 pad5;
|
||||||
CARD32 pad6;
|
CARD32 pad6;
|
||||||
CARD32 pad7;
|
CARD32 pad7;
|
||||||
} SELinuxGetPropertyContextReply;
|
} SELinuxGetContextReply;
|
||||||
|
|
||||||
|
|
||||||
/* Private Flask definitions */
|
/* Private Flask definitions */
|
||||||
|
|
Loading…
Reference in New Issue