diff options
Diffstat (limited to 'util-linux/mkswap.c')
-rw-r--r-- | util-linux/mkswap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c index 38413606d..9e51a1dcc 100644 --- a/util-linux/mkswap.c +++ b/util-linux/mkswap.c | |||
@@ -75,7 +75,7 @@ static void mkswap_selinux_setcontext(int fd, const char *path) | |||
75 | } | 75 | } |
76 | return; | 76 | return; |
77 | error: | 77 | error: |
78 | bb_perror_msg_and_die("SELinux relabeling failed"); | 78 | bb_simple_perror_msg_and_die("SELinux relabeling failed"); |
79 | } | 79 | } |
80 | #else | 80 | #else |
81 | # define mkswap_selinux_setcontext(fd, path) ((void)0) | 81 | # define mkswap_selinux_setcontext(fd, path) ((void)0) |