From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4060 invoked by alias); 27 Jan 2018 22:51:07 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 4023 invoked by uid 89); 27 Jan 2018 22:51:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.1 required=5.0 tests=BAYES_00,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS,SPF_NEUTRAL autolearn=ham version=3.3.2 spammy= X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd,commited 0/7] fix warnings Date: Sun, 28 Jan 2018 15:25:00 -0000 Message-Id: <20180127225102.11373-1-samuel.thibault@ens-lyon.org> X-SW-Source: 2018-01/txt/msg01014.txt.bz2 These are less trivial warning fixes for GNU/Hurd builds. Samuel Thibault (7): hurd: fix warning hurd: drop elder MACH_IPC_COMPAT handling hurd: make build-many-glibcs.py use mainline mig hurd: fix warning hurd: fix warning hurd: Fix enabling vm_copy hurd: fix warning ChangeLog | 18 ++++++++++++++++++ mach/Machrules | 2 +- mach/mach/mach_traps.h | 3 +-- scripts/build-many-glibcs.py | 9 ++++++++- sysdeps/mach/hurd/Makefile | 4 ++++ sysdeps/mach/hurd/dl-sysdep.c | 3 +++ sysdeps/mach/hurd/fork.c | 35 +++-------------------------------- sysdeps/mach/hurd/getresgid.c | 17 ++++++----------- sysdeps/mach/hurd/getresuid.c | 17 ++++++----------- sysdeps/mach/hurd/profil.c | 3 ++- sysdeps/mach/pagecopy.h | 4 ++-- 11 files changed, 54 insertions(+), 61 deletions(-) -- 2.15.1