]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
remove duplicate definition of matchpathcon_init_prefix
authorJim Meyering <meyering@redhat.com>
Tue, 3 Jun 2008 05:44:09 +0000 (07:44 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 3 Jun 2008 05:44:09 +0000 (07:44 +0200)
* gl/lib/se-selinux.in.h (matchpathcon_init_prefix): Remove definition.
It is already defined there.  Reported by Eric Blake.

gl/lib/se-selinux.in.h

index ac421c38a34251221a4b09ceeb8af6170646268a..aeaf950023ec073a7c64034bba49fd9ac6ac10f4 100644 (file)
@@ -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)