3 @@ -469,7 +469,7 @@ static int interpret_table_entry(struct
4 if (entry && !(count > 0 && (type == 'c' || type == 'b'))) {
6 if ((mode & S_IFMT) != (entry->sb.st_mode & S_IFMT)) {
7 - error_msg ("skipping device_table entry '%s': type mismatch!", name);
8 + sys_errmsg ("skipping device_table entry '%s': type mismatch!", name);
12 @@ -485,7 +485,7 @@ static int interpret_table_entry(struct
15 if (type == 'f' || type == 'l') {
16 - error_msg ("skipping device_table entry '%s': file does not exist!", name);
17 + sys_errmsg ("skipping device_table entry '%s': file does not exist!", name);