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

(-)lib/clplumbing/cl_msg.c (-1 / +1 lines)
Lines 146-152 Link Here
146
		return -1;
146
		return -1;
147
	}
147
	}
148
	
148
	
149
	return open(filename, O_WRONLY|O_CREAT|O_APPEND);
149
	return open(filename, O_WRONLY|O_CREAT|O_APPEND, 0644);
150
150
151
}
151
}
152
152

Return to bug 260081