Git Product home page Git Product logo

Comments (3)

jerryblakley avatar jerryblakley commented on July 18, 2024

Thanks for the note. This fix will go in with the next update in the next few days.

from fusedav.

jerryblakley avatar jerryblakley commented on July 18, 2024

This fix is now in on the master and production branches.
Thanks for the tip.

from fusedav.

jerryblakley avatar jerryblakley commented on July 18, 2024

This fix is now on the master and production branches.
Thanks for the tip.

On Tue, Jun 2, 2015 at 1:43 AM, Дамјан Георгиевски <[email protected]

wrote:

Compiling on Arch with gcc-5.1 and glibc 2.21 I get this error:

In file included from /usr/include/fcntl.h:302:0,
from /usr/include/fuse/fuse.h:28,
from stats.c:23:
In function ‘open’,
inlined from ‘dump_stats’ at stats.c:145:12:
/usr/include/bits/fcntl2.h:50:4: error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT in second argument needs 3 arguments
__open_missing_mode ();

The fix is to add a mode to the open call in stats.c on line 145

  •    fd = open(stat_path, O_CREAT | O_WRONLY | O_TRUNC);
    
  •    fd = open(stat_path, O_CREAT | O_WRONLY | O_TRUNC, 0600);
    


Reply to this email directly or view it on GitHub
#204.

Jerry Blakley
Senior Systems Engineer | Pantheon
[email protected]

from fusedav.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.