selinux/libselinux
William Roberts 2ec56b3da9 libselinux: fix unused variable error
When building for Android, this error manifests itself:

label_file.c:570:7: error: unused variable ‘subs_file’ [-Werror=unused-variable]
  char subs_file[PATH_MAX + 1];

Fix it by moving the variable into the ifdef'd usage block.

Signed-off-by: William Roberts <william.c.roberts@intel.com>
2016-09-28 12:02:25 -04:00
..
include libselinux: Add function to find security.restorecon_last entries 2016-09-26 14:05:54 -04:00
man libselinux: Add function to find security.restorecon_last entries 2016-09-26 14:05:54 -04:00
src libselinux: fix unused variable error 2016-09-28 12:02:25 -04:00
utils libselinux: drop DISABLE_BOOL=y option 2016-09-28 11:45:58 -04:00
ChangeLog Updated libselinux ChangeLog 2016-09-28 11:47:52 -04:00
LICENSE initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
Makefile libselinux: drop DISABLE_BOOL=y option 2016-09-28 11:45:58 -04:00
VERSION Update ChangeLog and VERSION for final release 2016-02-23 11:31:41 -05:00