summaryrefslogtreecommitdiff
path: root/platform.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2011-01-25 12:59:25 +0000
committerColin Watson <cjwatson@debian.org>2011-01-25 12:59:25 +0000
commitddf3ca2157b82d609f169eb22706047cbee7d3b4 (patch)
tree9ae03508881372c8f22df0e4f7d44df4532f10b0 /platform.h
parent5e750371bb19c8cc58b5faea70278d857acdae0a (diff)
Rearrange selinux-role.patch so that it links properly given this
SELinux build fix.
Diffstat (limited to 'platform.h')
-rw-r--r--platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform.h b/platform.h
index 944d2c340..7b2d481af 100644
--- a/platform.h
+++ b/platform.h
@@ -26,7 +26,7 @@ void platform_post_fork_parent(pid_t child_pid);
26void platform_post_fork_child(void); 26void platform_post_fork_child(void);
27int platform_privileged_uidswap(void); 27int platform_privileged_uidswap(void);
28void platform_setusercontext(struct passwd *); 28void platform_setusercontext(struct passwd *);
29void platform_setusercontext_post_groups(struct passwd *); 29void platform_setusercontext_post_groups(struct passwd *, const char *);
30char *platform_get_krb5_client(const char *); 30char *platform_get_krb5_client(const char *);
31char *platform_krb5_get_principal_name(const char *); 31char *platform_krb5_get_principal_name(const char *);
32 32