commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.8-12-gd213bd8


From: Thomas Schwinge
Subject: [SCM] Hurd branch, master, updated. v0.8-12-gd213bd8
Date: Mon, 23 May 2016 10:59:38 +0000 (UTC)

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  d213bd8ef04dd947ff5c53a8efeb6cba11621396 (commit)
       via  305e83c42624c8cf84452d5d0fa7669e2af6f997 (commit)
      from  60d14f5b3c4ea27af6f4220a15947c328bc888ee (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 d213bd8ef04dd947ff5c53a8efeb6cba11621396
Author: Thomas Schwinge <address@hidden>
Date:   Mon May 23 11:30:47 2016 +0200

    Revert part of "fix compiler warnings in hurd/exec"
    
    This reverts part of commit 05c3ffac543052c8d0b171a5f77bb977d5316a61.  These
    type casts are no longer needed after the commit
    e914bfc3d6e5ddf6f8c5e93a4334873a48a24ddf changes.
    
    * exec/elfcore.c: Revert type casts added in commit
    05c3ffac543052c8d0b171a5f77bb977d5316a61.

commit 305e83c42624c8cf84452d5d0fa7669e2af6f997
Author: Thomas Schwinge <address@hidden>
Date:   Mon May 23 11:23:57 2016 +0200

    Make <sys/procfs.h> self-contained again
    
    Commit e914bfc3d6e5ddf6f8c5e93a4334873a48a24ddf made <sys/procfs.h>
    Autoconf/configure tests change as follows:
    
        checking sys/procfs.h usability... [-yes-]{+no+}
        checking sys/procfs.h presence... yes
        {+configure: WARNING: sys/procfs.h: present but cannot be compiled+}
        {+configure: WARNING: sys/procfs.h:     check for missing prerequisite 
headers?+}
        {+configure: WARNING: sys/procfs.h: see the Autoconf documentation+}
        {+configure: WARNING: sys/procfs.h:     section "Present But Cannot Be 
Compiled"+}
        {+configure: WARNING: sys/procfs.h: proceeding with the compiler's 
result+}
        checking for sys/procfs.h...[-yes-]{+no+}
        [-checking for prstatus_t in sys/procfs.h... no-]
        [-checking for prstatus32_t in sys/procfs.h... no-]
        [-checking for prstatus_t.pr_who in sys/procfs.h... no-]
        [-checking for prstatus32_t.pr_who in sys/procfs.h... no-]
        [-checking for pstatus_t in sys/procfs.h... yes-]
        [-checking for pxstatus_t in sys/procfs.h... no-]
        [-checking for pstatus32_t in sys/procfs.h... no-]
        [-checking for prpsinfo_t in sys/procfs.h... no-]
        [-checking for prpsinfo_t.pr_pid in sys/procfs.h... no-]
        [-checking for prpsinfo32_t in sys/procfs.h... no-]
        [-checking for prpsinfo32_t.pr_pid in sys/procfs.h... no-]
        [-checking for psinfo_t in sys/procfs.h... yes-]
        [-checking for psinfo_t.pr_pid in sys/procfs.h... yes-]
        [-checking for psinfo32_t in sys/procfs.h... no-]
        [-checking for psinfo32_t.pr_pid in sys/procfs.h... no-]
        [-checking for lwpstatus_t in sys/procfs.h... yes-]
        [-checking for lwpxstatus_t in sys/procfs.h... no-]
        [-checking for lwpstatus_t.pr_context in sys/procfs.h... no-]
        [-checking for lwpstatus_t.pr_reg in sys/procfs.h... yes-]
        [-checking for lwpstatus_t.pr_fpreg in sys/procfs.h... yes-]
        [-checking for win32_pstatus_t in sys/procfs.h... no-]
    
    That is because of:
    
        $ echo '#include <sys/procfs.h>' | gcc -x c - -o /dev/null -S
        In file included from <stdin>:1:0:
        /usr/include/sys/procfs.h:66:3: error: unknown type name 
‘vm_address_t’
           vm_address_t pr_argv;  /* Original argument vector address.  */
           ^
        /usr/include/sys/procfs.h:67:3: error: unknown type name 
‘vm_address_t’
           vm_address_t pr_envp;  /* Original environment vector address.  */
           ^
    
    * include/sys/procfs.h: Include <mach/std_types.h> to make file 
self-contained
    again.

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

Summary of changes:
 exec/elfcore.c       |    4 ++--
 include/sys/procfs.h |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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