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

(-)common/common.h (-1 / +1 lines)
Lines 205-211 Link Here
205
{
205
{
206
    do
206
    do
207
    {
207
    {
208
        lockFd=open(getLockName(), O_WRONLY | O_CREAT | O_EXCL);
208
        lockFd=open(getLockName(), O_WRONLY | O_CREAT | O_EXCL, 0644);
209
        if (lockFd<0 && errno==EEXIST)
209
        if (lockFd<0 && errno==EEXIST)
210
        {
210
        {
211
            /* Hmm, lock file already exists. Is it stale? */
211
            /* Hmm, lock file already exists. Is it stale? */

Return to bug 261276