aboutsummaryrefslogtreecommitdiff
path: root/miscutils/makedevs.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-20 13:28:22 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-20 13:28:22 +0000
commit404aa1479965df0d5d019a6a14f62fa696419e4c (patch)
treec6f3435738900c8d53832eb919b1b2c3d524f2e5 /miscutils/makedevs.c
parent753fc33dda8a58173631650d3218e6f7b51ea58d (diff)
downloadbusybox-w32-404aa1479965df0d5d019a6a14f62fa696419e4c.tar.gz
busybox-w32-404aa1479965df0d5d019a6a14f62fa696419e4c.tar.bz2
busybox-w32-404aa1479965df0d5d019a6a14f62fa696419e4c.zip
message string changes, mostly for consistency, also -32 bytes in .rodata
git-svn-id: svn://busybox.net/trunk/busybox@16412 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/makedevs.c')
-rw-r--r--miscutils/makedevs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c
index 6ff5cc223..3bc1559c7 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -53,7 +53,7 @@ int makedevs_main(int argc, char **argv)
53 /* if mode != S_IFCHR and != S_IFBLK third param in mknod() ignored */ 53 /* if mode != S_IFCHR and != S_IFBLK third param in mknod() ignored */
54 54
55 if (mknod(nodname, mode, makedev(Smajor, Sminor))) 55 if (mknod(nodname, mode, makedev(Smajor, Sminor)))
56 bb_error_msg("Failed to create: %s", nodname); 56 bb_error_msg("failed to create: %s", nodname);
57 57
58 if (nodname == basedev) /* ex. /dev/hda - to /dev/hda1 ... */ 58 if (nodname == basedev) /* ex. /dev/hda - to /dev/hda1 ... */
59 nodname = buf; 59 nodname = buf;