From: <ssm...@us...> - 2008-03-04 18:56:19
|
Revision: 2837 http://selinux.svn.sourceforge.net/selinux/?rev=2837&view=rev Author: ssmalley Date: 2008-03-04 10:56:15 -0800 (Tue, 04 Mar 2008) Log Message: ----------- Author: Stephen Smalley Email: sd...@ty... Subject: libsepol: drop unused buffer field from policy_file Date: Tue, 04 Mar 2008 09:56:42 -0500 Remove the buffer array from struct policy_file; it is unused. Signed-off-by: Stephen Smalley <sd...@ty...> Acked-by: Todd C. Miller <tm...@tr...> Modified Paths: -------------- trunk/libsepol/include/sepol/policydb/policydb.h Modified: trunk/libsepol/include/sepol/policydb/policydb.h =================================================================== --- trunk/libsepol/include/sepol/policydb/policydb.h 2008-03-04 18:36:08 UTC (rev 2836) +++ trunk/libsepol/include/sepol/policydb/policydb.h 2008-03-04 18:56:15 UTC (rev 2837) @@ -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 was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |