Re: [PATCH 06/11] libstore: provide function declaration until available upstream

2014-05-29 Thread Samuel Thibault
Justus Winter, le Fri 23 May 2014 08:39:56 +0200, a écrit : > Quoting Samuel Thibault (2014-05-23 00:22:14) > > Justus Winter, le Thu 22 May 2014 22:13:28 +0200, a écrit : > > > Until the Hurd specific header is available, provide a local > > > declaration of ped_device_new_from_store. > > > > Mmm

Re: [PATCH 06/11] libstore: provide function declaration until available upstream

2014-05-22 Thread Justus Winter
Quoting Samuel Thibault (2014-05-23 00:22:14) > Justus Winter, le Thu 22 May 2014 22:13:28 +0200, a écrit : > > Until the Hurd specific header is available, provide a local > > declaration of ped_device_new_from_store. > > Mmm, does it really fix something? I'd prefer to keep the warning > showin

Re: [PATCH 06/11] libstore: provide function declaration until available upstream

2014-05-22 Thread Samuel Thibault
Justus Winter, le Thu 22 May 2014 22:13:28 +0200, a écrit : > Until the Hurd specific header is available, provide a local > declaration of ped_device_new_from_store. Mmm, does it really fix something? I'd prefer to keep the warning showing up, so somebody eventually takes the time to provide a h

[PATCH 06/11] libstore: provide function declaration until available upstream

2014-05-22 Thread Justus Winter
Until the Hurd specific header is available, provide a local declaration of ped_device_new_from_store. * libstore/part.c (ped_device_new_from_store): New declaration. --- libstore/part.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libstore/part.c b/libstore/part.c index 56e904