diff options
author | Jim Meyering <meyering@redhat.com> | 2008-06-03 07:44:09 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-06-03 07:44:09 +0200 |
commit | 1b0b6c8d08785bf9b05931371259ac710a806e51 (patch) | |
tree | 0040f653fa6e69cbe7f650df07846493f2b88a81 /gl/lib | |
parent | cc4bdb92f9ef7528658c9e925f2b1156bd693c86 (diff) | |
download | coreutils-1b0b6c8d08785bf9b05931371259ac710a806e51.tar.xz |
remove duplicate definition of matchpathcon_init_prefix
* gl/lib/se-selinux.in.h (matchpathcon_init_prefix): Remove definition.
It is already defined there. Reported by Eric Blake.
Diffstat (limited to 'gl/lib')
-rw-r--r-- | gl/lib/se-selinux.in.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gl/lib/se-selinux.in.h b/gl/lib/se-selinux.in.h index ac421c38a..aeaf95002 100644 --- a/gl/lib/se-selinux.in.h +++ b/gl/lib/se-selinux.in.h @@ -29,9 +29,6 @@ static inline int setfscreatecon (security_context_t con) static inline int matchpathcon (char const *s, mode_t m, security_context_t *con) { errno = ENOTSUP; return -1; } -static inline int matchpathcon_init_prefix (const char *path, - const char *prefix) - { errno = ENOTSUP; return -1; } static inline int getfilecon (char const *s, security_context_t *con) { errno = ENOTSUP; return -1; } static inline int lgetfilecon (char const *s, security_context_t *con) |