diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2011-05-05 11:06:02 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2011-05-05 11:06:02 +0000 |
commit | 9dffe5df04949a0dd0f37832415009bf84d882b6 (patch) | |
tree | 5218a6b2ebaaa2dcd1c1e55e6858ccacda03397e /libc/nscd/selinux.h | |
parent | c46d4a9b60ba79c321ab9075f71751389808a15a (diff) | |
download | eglibc2-9dffe5df04949a0dd0f37832415009bf84d882b6.tar.gz |
Merge changes between r13354 and r13697 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@13698 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/nscd/selinux.h')
-rw-r--r-- | libc/nscd/selinux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/nscd/selinux.h b/libc/nscd/selinux.h index 67d981bb0..bc7e1e287 100644 --- a/libc/nscd/selinux.h +++ b/libc/nscd/selinux.h @@ -45,7 +45,7 @@ extern void nscd_avc_cache_stats (struct avc_cache_stats *cstats); extern void nscd_avc_print_stats (struct avc_cache_stats *cstats); # ifdef HAVE_LIBCAP -/* Preserve capabilities to connect to connnect to the audit daemon. */ +/* Preserve capabilities to connect to the audit daemon. */ extern cap_t preserve_capabilities (void); /* Install final capabilities. */ extern void install_real_capabilities (cap_t new_caps); |