[BugDB] kernel compile fails due to changes in sched.h

john@grabjohn.com
Fri, 6 Jun 2003 08:00:58 +0100


Just noticed this new bug report in my bug DB:

http://grabjohn.com/kernelbugdatabase/index.php?action=21&id=59

Kernel compilation with devfs chosen in config fails. The compiler complains that "p_opptr" is not a member of struct task_struct. This is because the names of this family have changed in sched.h. Changing the references in base.c from "p_opptr" to "parent" solves the problem.

John.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/