This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch dde in repository hurd.
commit aadd48305a93496e0158fb06f4cb7e1b33ecb6fc Author: Flavio Cruz <[email protected]> Date: Tue Dec 29 23:13:38 2015 +0100 fix compiler warnings in hurd/startup startup: Fix compiler warning. * startup/startup.c (do_mach_notify_dead_name): Fix format string. --- startup/startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup/startup.c b/startup/startup.c index e916768..9c45f4b 100644 --- a/startup/startup.c +++ b/startup/startup.c @@ -1329,7 +1329,7 @@ do_mach_notify_dead_name (mach_port_t notify, boots[i].name); crash_mach (); } - error (0, 0, "BUG! Unexpected dead-name notification (name %#zx)", + error (0, 0, "BUG! Unexpected dead-name notification (name %#lx)", name); crash_mach (); } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
