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

(-)a/src/rc/mountinfo.c (-1 / +1 lines)
Lines 323-329 find_mounts(struct args *args) Link Here
323
	int netdev;
323
	int netdev;
324
	RC_STRINGLIST *list;
324
	RC_STRINGLIST *list;
325
325
326
	if ((fp = fopen("/proc/self/mounts", "r")) == NULL)
326
	if ((fp = fopen("/proc/mounts", "r")) == NULL)
327
		eerrorx("getmntinfo: %s", strerror(errno));
327
		eerrorx("getmntinfo: %s", strerror(errno));
328
328
329
	list = rc_stringlist_new();
329
	list = rc_stringlist_new();

Return to bug 604646