rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] archfs make problem


From: Andrew Ferguson
Subject: Re: [rdiff-backup-users] archfs make problem
Date: Mon, 17 Nov 2008 10:25:55 -0500


On Nov 17, 2008, at 9:51 AM, Dominic wrote:
    inlined from ‘unzip_revs’ at support.c:74:
/usr/include/bits/fcntl2.h:51: error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT in second argument needs 3 arguments

In layout/support.c at line 74, change:

                if ((descriptor = open(mirror, O_WRONLY | O_CREAT)) == -1)

to:

if ((descriptor = open(mirror, O_WRONLY | O_CREAT, 0777)) == -1)



Andrew



reply via email to

[Prev in Thread] Current Thread [Next in Thread]