diff options
Diffstat (limited to 'selinux/matchpathcon.c')
-rw-r--r-- | selinux/matchpathcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/matchpathcon.c b/selinux/matchpathcon.c index e57120d3b..6945a0295 100644 --- a/selinux/matchpathcon.c +++ b/selinux/matchpathcon.c | |||
@@ -104,7 +104,7 @@ int matchpathcon_main(int argc UNUSED_PARAM, char **argv) | |||
104 | freecon(con); | 104 | freecon(con); |
105 | continue; | 105 | continue; |
106 | } | 106 | } |
107 | printf("actual context unknown: %s, should be ", strerror(errno)); | 107 | printf("actual context unknown: "STRERROR_FMT", should be " STRERROR_ERRNO); |
108 | error += print_matchpathcon(path, 1); | 108 | error += print_matchpathcon(path, 1); |
109 | } | 109 | } |
110 | matchpathcon_fini(); | 110 | matchpathcon_fini(); |