commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.9-80-g973089f


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.9-80-g973089f
Date: Fri, 1 Sep 2017 05:34:26 -0400 (EDT)

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 "Hurd".

The branch, master has been updated
       via  973089f3832df9887259e1927f7ead800d9dd897 (commit)
       via  812117cfbd76fadfd6c20913db665619070c170e (commit)
      from  7f49fa0b2dbd371c3b10d876eeed7a26812506b4 (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 973089f3832df9887259e1927f7ead800d9dd897
Author: Justus Winter <address@hidden>
Date:   Tue Aug 29 12:27:58 2017 +0200

    Remove unused parameter from the 'get_source' machinery.
    
    * libdiskfs/diskfs.h (diskfs_get_source): Remove first parameter.
    * libdiskfs/file-get-source.c (diskfs_S_file_get_source): Adapt
    callsite.
    * libdiskfs/get-source.c (diskfs_get_source): Adapt default
    implementation.
    * libnetfs/netfs.h (netfs_get_source): Remove first parameter.
    * libnetfs/file-get-source.c (netfs_S_file_get_source): Adapt
    callsite.
    * libnetfs/get-source.c (netfs_get_source): Adapt default
    implementation.
    * libtrivfs/trivfs.h (trivfs_get_source): Remove first parameter.
    * libtrivfs/file-get-source.c (trivfs_S_file_get_source): Adapt
    callsite.
    * libtrivfs/get-source.c (trivfs_get_source): Adapt default
    implementation.
    * nfs/main.c (netfs_get_source): Adapt implementation.
    * procfs/main.c (netfs_get_source): Likewise.
    * trans/firmlink.c (trivfs_get_source): Likewise.

commit 812117cfbd76fadfd6c20913db665619070c170e
Author: Justus Winter <address@hidden>
Date:   Wed Aug 30 13:10:48 2017 +0200

    trans/mtab: Fix warnings.
    
    * trans/mtab.c (get_credentials): Fix error handling.
    (mtab_populate): Fix type.
    (trivfs_S_io_seek): Avoid implicit fallthrough warnings.

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

Summary of changes:
 libdiskfs/diskfs.h          | 10 +++++-----
 libdiskfs/file-get-source.c |  2 +-
 libdiskfs/get-source.c      |  2 +-
 libnetfs/file-get-source.c  |  2 +-
 libnetfs/get-source.c       |  2 +-
 libnetfs/netfs.h            |  9 ++++-----
 libtrivfs/file-get-source.c |  2 +-
 libtrivfs/get-source.c      |  2 +-
 libtrivfs/trivfs.h          | 11 +++++------
 nfs/main.c                  | 11 ++++-------
 procfs/main.c               | 10 ++++------
 trans/firmlink.c            |  3 +--
 trans/mtab.c                | 36 ++++++++++++++++++++----------------
 13 files changed, 49 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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