Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 258442
Collapse All | Expand All

(-)a/modprobe.c (-5 lines)
Lines 1533-1543 static void handle_module(const char *modname, Link Here
1533
			  const char *cmdline_opts,
1533
			  const char *cmdline_opts,
1534
			  int flags)
1534
			  int flags)
1535
{
1535
{
1536
	struct stat finfo;
1537
1538
	if (stat("/sys/module", &finfo) < 0)
1539
		fatal("/sys is not mounted.\n");
1540
1541
	if (list_empty(todo_list)) {
1536
	if (list_empty(todo_list)) {
1542
		const char *command;
1537
		const char *command;
1543
1538

Return to bug 258442