Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 77186 | Differences between
and this patch

Collapse All | Expand All

(-)svgalib-1.9.19/kernel/svgalib_helper/main.c (-1 lines)
Lines 577-583 int init_module(void) Link Here
577
		devfs_mk_cdev(MKDEV(SVGALIB_HELPER_MAJOR, i),
577
		devfs_mk_cdev(MKDEV(SVGALIB_HELPER_MAJOR, i),
578
				S_IFCHR |  S_IRUGO | S_IRWXU, "svga_helper/%d", i);
578
				S_IFCHR |  S_IRUGO | S_IRWXU, "svga_helper/%d", i);
579
	}
579
	}
580
	devfs_mk_symlink("svga", "svga_helper/0");
581
# endif
580
# endif
582
#endif /* devfsd support */
581
#endif /* devfsd support */
583
582

Return to bug 77186