-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch looks good to me. acked. We used the wrong name for the function in the hidden_def call, this patch fixes the name. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/JElIACgkQrlYvE4MpobMw7ACggh5d5xJIgJwLLOXlos8QrzGv v4QAn2e0juy4ZIfDTR0OG5eqJBeeF24i =40gU -----END PGP SIGNATURE-----
>From 8404c910c051a4a71118b15b7f6bd9eec03a5a82 Mon Sep 17 00:00:00 2001 From: Dan Walsh <dwalsh@xxxxxxxxxx> Date: Thu, 16 Feb 2012 12:06:14 -0500 Subject: [PATCH 25/90] libselinux: Fix bug in hidden_def FIXME [what bug?] NOT-Signed-off-by: Eric Paris <eparis@xxxxxxxxxx> --- libselinux/src/selinux_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libselinux/src/selinux_config.c b/libselinux/src/selinux_config.c index 67ccb26..907b004 100644 --- a/libselinux/src/selinux_config.c +++ b/libselinux/src/selinux_config.c @@ -323,7 +323,7 @@ const char *selinux_current_policy_path(void) return policy_path; } -hidden_def(selinux_binary_policy_path) +hidden_def(selinux_current_policy_path) const char *selinux_file_context_path(void) { -- 1.7.10.2