bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#12730: bug #12730: patch attached


From: Andrew Warshall
Subject: bug#12730: bug #12730: patch attached
Date: Thu, 8 Nov 2012 07:44:51 -0500

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 08 Nov 2012 08:05:30 +0100
Jim Meyering <address@hidden> wrote:

> 
> Hmm.... trying the latest from gnulib, I saw a compilation failure.
> And it was my fault for omitting a hunk of your patch when
> I adjusted it.  Sorry about that.
> 
> Here's the fix.
> 
> From ab7a2b67b48deb4c253b3b6bd983690d71515265 Mon Sep 17 00:00:00 2001
> From: Jim Meyering <address@hidden>
> Date: Wed, 7 Nov 2012 22:59:21 -0800
> Subject: [PATCH] mountlist.c: fix a compilation failure
> 
> * lib/mountlist.c (read_file_system_list): Fix a compilation failure
> I introduced while transforming commit v0.0-7683-g613bcb6
> ---
>  ChangeLog       | 6 ++++++
>  lib/mountlist.c | 2 +-
>  2 files changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/ChangeLog b/ChangeLog
> index adcb8d1..1a1e8b7 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,9 @@
> +2012-11-07  Jim Meyering  <address@hidden>
> +
> +     mountlist.c: fix a compilation failure
> +     * lib/mountlist.c (read_file_system_list): Fix a compilation
> failure
> +     I introduced while transforming commit v0.0-7683-g613bcb6
> +
>  2012-11-05  Paul Eggert  <address@hidden>
> 
>       errno: port to LynxOS 178 2.2.2
> diff --git a/lib/mountlist.c b/lib/mountlist.c
> index a9a9f2c..d0fe1b2 100644
> --- a/lib/mountlist.c
> +++ b/lib/mountlist.c
> @@ -430,7 +430,7 @@ read_file_system_list (bool need_fs_type)
>          me->me_mountdir = xstrdup (mnt->mnt_dir);
>          me->me_type = xstrdup (mnt->mnt_type);
>          me->me_type_malloced = 1;
> -        me->me_dummy = ME_DUMMY (me->me_devname, me->me_type);
> +        me->me_dummy = ME_DUMMY (me->me_devname, me->me_type, mnt);
>          me->me_remote = ME_REMOTE (me->me_devname, me->me_type);
>          me->me_dev = dev_from_mount_options (mnt->mnt_opts);
> 
> --
> 1.8.0
> 

I'm sorry I didn't catch it before; thanks for fixing it, in any event.

          -Andrew Warshall
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBAgAGBQJQm6lDAAoJEESPRWh79T7twWkH/3GsVTPt5stmE4pWNpxJ9vYb
ufjI4TnuTZUFPnM4xyFeZkulSsKKj+L5/GtRyaUE6O2qSk50ZGWx43jtL8PDHfMU
tu1sCT2m+4YH1JIqs6hmQMCSZpoqtXaPvIsH1nLS2mQAOLWO1KD7DvqNIrZiqrAp
UIiRcPc9bjDn0HwKLjjT2WjOhEpLf8qN/KT6gPbdtnkxl54VLPsPKzA3vm3WNWJ7
xTnWV3781vuTrsnCJ/5Hb/xGK4gQb3JK9dJlzCnQHNzepQyOT1UbxY7EH/GaSkQk
dSzXCm/vbHzWCdJ2SXc7MOVz9nNWqkhuH8by650xajzBTFr4Ssr/F84lu/BZ5Wg=
=5YA/
-----END PGP SIGNATURE-----

reply via email to

[Prev in Thread] Current Thread [Next in Thread]