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

Collapse All | Expand All

(-)rc.c (-1 / +4 lines)
Lines 378-384 Link Here
378
	char *p;
378
	char *p;
379
	char *value = NULL;
379
	char *value = NULL;
380
	int i;
380
	int i;
381
			
381
382
	if (! rc_exists ("/proc/cmdline"))
383
		return (NULL);
384
382
	if (! (fp = fopen ("/proc/cmdline", "r"))) {
385
	if (! (fp = fopen ("/proc/cmdline", "r"))) {
383
		eerror ("failed to open `/proc/cmdline': %s", strerror (errno));
386
		eerror ("failed to open `/proc/cmdline': %s", strerror (errno));
384
		return (NULL);
387
		return (NULL);

Return to bug 189686