From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwsqL-0002SL-H5 for guix-patches@gnu.org; Sat, 08 Apr 2017 12:04:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwsqI-0003sM-Di for guix-patches@gnu.org; Sat, 08 Apr 2017 12:04:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40140) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwsqI-0003sF-8o for guix-patches@gnu.org; Sat, 08 Apr 2017 12:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cwsqH-0004MS-SA for guix-patches@gnu.org; Sat, 08 Apr 2017 12:04:01 -0400 Subject: bug#26341: [PATCH 0/5] Fix warnings related to syscalls in static Guile. References: <20170402150157.7149-1-m.othacehe@gmail.com> In-Reply-To: <20170402150157.7149-1-m.othacehe@gmail.com> Resent-Message-ID: From: Mathieu Othacehe Date: Sat, 8 Apr 2017 18:03:24 +0200 Message-Id: <20170408160329.4068-1-m.othacehe@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26341@debbugs.gnu.org This serie fixes the remaining warnings both at compilation and during initrd execution. Thank you, Mathieu Mathieu Othacehe (5): build: syscalls: Add reboot. build: syscalls: Allow use to network-interface syscalls independently of calling context. build: syscalls: Add mount and umount to #:replace list. build: syscalls: Add load-linux-module. build: Fix compilation warnings. gnu/build/file-systems.scm | 15 +-- gnu/build/linux-boot.scm | 2 + gnu/build/linux-modules.scm | 2 + guix/build/syscalls.scm | 258 +++++++++++++++++++++++++++----------------- 4 files changed, 163 insertions(+), 114 deletions(-) -- 2.12.2