On 13-03-18 01:19 PM, Serge Hallyn wrote:
> Quoting Dennis Schridde (devuran...@gmx.net):
>> Am Montag, 18. März 2013, 11:28:02 schrieb Serge Hallyn:
>>> #ifdef __ia64__
>>> stack += stack_size
>>> #endif
>>>
>>> so that the clone call below stays just the slightest bit easier on
>>> the eyes.
Quoting Dennis Schridde (devuran...@gmx.net):
> Am Montag, 18. März 2013, 11:28:02 schrieb Serge Hallyn:
> > #ifdef __ia64__
> > stack += stack_size
> > #endif
> >
> > so that the clone call below stays just the slightest bit easier on
> > the eyes.
> src/lxc/namespace.c does it the same way.
Am Montag, 18. März 2013, 11:28:02 schrieb Serge Hallyn:
> #ifdef __ia64__
> stack += stack_size
> #endif
>
> so that the clone call below stays just the slightest bit easier on
> the eyes.
src/lxc/namespace.c does it the same way. Maybe you want to change that, too.
--Dennis
signature.asc
Quoting Dennis Schridde (devuran...@gmx.net):
> ---
> src/lxc/start.c | 13 +++--
> 1 file changed, 11 insertions(+), 2 deletions(-)
>
> diff --git a/src/lxc/start.c b/src/lxc/start.c
> index 3fdfa04..106c8e8 100644
> --- a/src/lxc/start.c
> +++ b/src/lxc/start.c
> @@ -135,6 +135,11 @@ in