commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. hurd-release-0-2-3486-ge652274


From: Pino Toscano
Subject: [SCM] Hurd branch, master, updated. hurd-release-0-2-3486-ge652274
Date: Mon, 25 Feb 2013 21:28:00 +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  e652274733eeba8a753623dc61bd781c35f93c93 (commit)
      from  25b928645df760156a58aa707da56eae66a4ae77 (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 e652274733eeba8a753623dc61bd781c35f93c93
Author: Pino Toscano <address@hidden>
Date:   Mon Feb 25 21:51:35 2013 +0100

    Include <stdlib.h> or <mach.h> where needed
    
    cthreads.h includes both <stdlib.h> and <mach.h>, while pthreads.h does not;
    with the switch to pthreads, their lack causes prototype compilation 
warnings
    for malloc/calloc/free/abort, and mach_task_self/mach_reply_port/etc in few 
places.
    
    * console-client/vga-support.c: Include <stdlib.h>.
    * libiohelp/iouser-dup.c: Likewise.
    * libiohelp/iouser-free.c: Likewise.
    * libiohelp/iouser-reauth.c: Likewise.
    * libiohelp/return-buffer.c: Likewise.
    * libiohelp/shared.c: Likewise.
    * pflocal/connq.c: Likewise.
    * nfsd/cache.c: Include <mach.h>.

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

Summary of changes:
 console-client/vga-support.c |    1 +
 libiohelp/iouser-dup.c       |    2 ++
 libiohelp/iouser-free.c      |    2 ++
 libiohelp/iouser-reauth.c    |    1 +
 libiohelp/return-buffer.c    |    1 +
 libiohelp/shared.c           |    2 ++
 nfsd/cache.c                 |    1 +
 pflocal/connq.c              |    1 +
 8 files changed, 11 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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