3 @@ -468,7 +468,7 @@ static int interpret_table_entry(struct
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 @@ -484,7 +484,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);