Stephen Smalley wrote: > Remove the buffer array from struct policy_file; it is unused. > > Signed-off-by: Stephen Smalley <sds@xxxxxxxxxxxxx> Acked-by: Todd C. Miller <tmiller@xxxxxxxxxx> > > --- > > libsepol/include/sepol/policydb/policydb.h | 1 - > 1 file changed, 1 deletion(-) > > Index: trunk/libsepol/include/sepol/policydb/policydb.h > =================================================================== > --- trunk/libsepol/include/sepol/policydb/policydb.h (revision 2830) > +++ trunk/libsepol/include/sepol/policydb/policydb.h (working copy) > @@ -561,7 +561,6 @@ > size_t size; > FILE *fp; > struct sepol_handle *handle; > - unsigned char buffer[BUFSIZ]; > } policy_file_t; > > struct sepol_policy_file { -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.