From 1b0b6c8d08785bf9b05931371259ac710a806e51 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 3 Jun 2008 07:44:09 +0200 Subject: [PATCH] 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. --- gl/lib/se-selinux.in.h | 3 --- 1 file changed, 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) -- 2.34.1