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 2ed669b5b1da77e80fff6dc2f72f11e266479a8c (commit) from 4ddc6192b9ba2b0df88e17378cd0e3f67d3b04a4 (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 2ed669b5b1da77e80fff6dc2f72f11e266479a8c Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Mon Mar 5 01:04:11 2018 +0100 Fix warnings * libdiskfs/boot-start.c (diskfs_start_bootstrap): Fix printf format. * libfshelp/delegate.c: Include <alloca.h> and <stdlib.h>. * libfshelp/start-translator-long.c: Include <stdlib.h>. * libshouldbeinlibc/ugids-verify-auth.c (server_verify_make_auth): Fix prototypes for password_check_group and password_check_user. * libstore/argp.c: Include <stdlib.h>. * libstore/task.c: Include <stdlib.h>. * exec/exec.c: Include <mach/vm_param.h>. * libbpf/bpf_impl.c: Include <stdlib.h>. * proc/info.c (S_proc_getloginpids): Remove local variables leader_task and leader_sub. * proc/main.c (main): Remove local variable original_argv. * boot/boot.c (task_died, S_mach_notify_new_task): Fix printf format. * exec/elfcore.c: Include <alloca.h> and <mach/vm_param.h>. * trans/crash.c: Include <hurd/msg.h>. * trans/random.c: Include <signal.h>. * utils/login.c: Include <signal.h>. * utils/id.c: Include <hurd/msg.h>. * utils/devprobe.c: Include <stdlib.h>. * utils/addauth.c: Include <hurd/msg.h>. * utils/frobauth-mod.c: Include <hurd/msg.h>. * utils/storeread.c: Include <stdlib.h>. * utils/msgport.c: Include <hurd/msg.h>. * sutils/clookup.c (file_name_lookup_carefully): Fix lookup function prototype, make head and tail const. * utils/rpcscan.c: Include <stdlib.h>. * sutils/bless.c: Include <stdlib.h>. * fstests/fstests.c: Include <stdlib.h>. * startup/startup.c (argz_task_insert_right): Fix printf format. * init/init.c: Include <stdlib.h>. ----------------------------------------------------------------------- Summary of changes: boot/boot.c | 4 ++-- exec/elfcore.c | 2 ++ exec/exec.c | 1 + fstests/fstests.c | 1 + init/init.c | 1 + libbpf/bpf_impl.c | 1 + libdiskfs/boot-start.c | 2 +- libfshelp/delegate.c | 2 ++ libfshelp/start-translator-long.c | 1 + libshouldbeinlibc/ugids-verify-auth.c | 4 ++-- libstore/argp.c | 1 + libstore/task.c | 1 + proc/info.c | 2 -- proc/main.c | 1 - startup/startup.c | 2 +- sutils/bless.c | 1 + sutils/clookup.c | 4 ++-- trans/crash.c | 1 + trans/random.c | 1 + utils/addauth.c | 1 + utils/devprobe.c | 1 + utils/frobauth-mod.c | 1 + utils/ids.c | 1 + utils/login.c | 1 + utils/msgport.c | 1 + utils/rpcscan.c | 1 + utils/storeread.c | 1 + 27 files changed, 30 insertions(+), 11 deletions(-) hooks/post-receive -- Hurd