commit-hurd
[Top][All Lists]
Advanced

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

[SCM] the great next stuff branch, libfuse/pinotree/fuse-improvements/ma


From: Pino Toscano
Subject: [SCM] the great next stuff branch, libfuse/pinotree/fuse-improvements/master, updated. 9483570dadbe5675dbae5c0e8447225e8e880825
Date: Sat, 23 Mar 2013 18:42:45 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "the great next stuff".

The branch, libfuse/pinotree/fuse-improvements/master has been updated
       via  9483570dadbe5675dbae5c0e8447225e8e880825 (commit)
       via  dc196ae34d9077baf84dacff328bd3bbe2532128 (commit)
      from  757ebdabb42c5ed4ace22357eb3d2610df136b6b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9483570dadbe5675dbae5c0e8447225e8e880825
Author: Pino Toscano <address@hidden>
Date:   Sat Mar 23 19:24:30 2013 +0100

    fuse.pc: make the pthread library private
    
    The pthread library is not required to link to fuse, as there is no 
explicit usage of it in fuse headers.
    On the other hand, it is needed when statically linking to fuse, so move it 
as private library.
    
    * fuse.pc.in (Libs): Move -lpthread ...
    (Libs.private): ... here.

commit dc196ae34d9077baf84dacff328bd3bbe2532128
Author: Pino Toscano <address@hidden>
Date:   Sat Mar 23 19:09:39 2013 +0100

    Fix return values of some FUSE_OP_CALL
    
    errno values returned by fuse operations are negative; thus turn them 
positive.
    
    * src/netfs.c (netfs_attempt_write, netfs_attempt_read, 
get_dirents_readdir):
    Negate FUSE_OP_CALL return values.

-----------------------------------------------------------------------

Summary of changes:
 fuse.pc.in  |    3 ++-
 src/netfs.c |   18 +++++++++---------
 2 files changed, 11 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
the great next stuff



reply via email to

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