aboutsummaryrefslogtreecommitdiff
path: root/util-linux/readprofile.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/readprofile.c')
-rw-r--r--util-linux/readprofile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c
index cab2c4319..c4ea374be 100644
--- a/util-linux/readprofile.c
+++ b/util-linux/readprofile.c
@@ -142,7 +142,7 @@ int readprofile_main(int argc UNUSED_PARAM, char **argv)
142 small++; 142 small++;
143 } 143 }
144 if (big > small) { 144 if (big > small) {
145 bb_error_msg("assuming reversed byte order, " 145 bb_simple_error_msg("assuming reversed byte order, "
146 "use -n to force native byte order"); 146 "use -n to force native byte order");
147 BUILD_BUG_ON(sizeof(*p) > 8); 147 BUILD_BUG_ON(sizeof(*p) > 8);
148 for (p = buf; p < buf+len; p++) { 148 for (p = buf; p < buf+len; p++) {
@@ -204,7 +204,7 @@ int readprofile_main(int argc UNUSED_PARAM, char **argv)
204 } 204 }
205 205
206 if (indx >= len) 206 if (indx >= len)
207 bb_error_msg_and_die("profile address out of range. " 207 bb_simple_error_msg_and_die("profile address out of range. "
208 "Wrong map file?"); 208 "Wrong map file?");
209 209
210 this = 0; 210 this = 0;