David Thompson <dthomps...@worcester.edu> skribis: > From 6efe8e786674d40e01df48c7df9a952107831ad9 Mon Sep 17 00:00:00 2001 > From: David Thompson <da...@gnu.org> > Date: Thu, 18 Jun 2015 20:21:41 -0400 > Subject: [PATCH 1/2] gnu: Make 'mount' interface in static Guile consistent > with Guix API. > > Rather than expecting a pointer, the version of 'mount' in > guile-static-stripped now takes a string for the 'options' argument, just like > the 'mount' procedure in (guix build syscalls). > > * gnu/packages/patches/guile-linux-syscalls.patch (mount): Expect a string or > #f for 'options' argument. > * gnu/build/file-systems.scm (mount-file-system): Use new 'mount' interface.
LGTM! Please make sure there are no remaining calls to ‘mount’ that use pointers instead of strings, if you haven’t already. Thanks, Ludo’.