commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.5-189-gcff25ce


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-189-gcff25ce
Date: Mon, 03 Mar 2014 00:12:47 +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 "Hurd".

The branch, master has been updated
       via  cff25ce181b3a330f12809373407f4d54f4cc5c4 (commit)
      from  666830d8a75a3676f60b48028b115edb19d06cc7 (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 cff25ce181b3a330f12809373407f4d54f4cc5c4
Author: Justus Winter <address@hidden>
Date:   Sat Mar 1 12:26:59 2014 +0100

    auth: improve the mig mutator functions
    
    Previously, the mig mutator function auth_port_to_handle was defined
    in auth.c (fakeauth.c), preventing it from being inlined into the
    mig-generated server functions.  Put it in mig-decls.h instead.
    Rename authmutations.h to mig-mutate.h, auth_mig.h to mig-decls.h.
    This is the naming convention used for pflocal.
    
    * auth/auth.h: New file.
    * auth/auth_mig.h: Rename to mig-decls.h, add copyright notice, define
    mutator functions.
    * auth/authmutations.h: Rename to mig-mutate.h, restore copyright
    notice, adjust accordingly.
    * auth/auth.c: Include auth.h, remove auth_port_to_handle.
    * utils/fakeauth.c: Likewise.
    * auth/Makefile: Adjust accordingly.
    * utils/Makefile: Likewise.

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

Summary of changes:
 auth/Makefile                               |    2 +-
 auth/auth.c                                 |   10 ++--------
 term/mig-mutate.h => auth/auth.h            |   13 ++++++++-----
 auth/auth_mig.h                             |    5 -----
 auth/authmutations.h                        |    6 ------
 term/mig-mutate.h => auth/mig-decls.h       |   27 ++++++++++++++++++++++-----
 libtrivfs/get-source.c => auth/mig-mutate.h |   18 +++++++-----------
 utils/Makefile                              |    2 +-
 utils/fakeauth.c                            |   10 ++--------
 9 files changed, 43 insertions(+), 50 deletions(-)
 copy term/mig-mutate.h => auth/auth.h (71%)
 delete mode 100644 auth/auth_mig.h
 delete mode 100644 auth/authmutations.h
 copy term/mig-mutate.h => auth/mig-decls.h (60%)
 copy libtrivfs/get-source.c => auth/mig-mutate.h (66%)


hooks/post-receive
-- 
Hurd



reply via email to

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