[PATCH] um: fix compilation error

2012-08-31 Thread Marco Stornelli
Fix a compilation error due to a regression of commit d3c1cfcdb43e023ab1b1c7a555cd9e929026500a "um: pass siginfo to guest process". Signed-off-by: Marco Stornelli --- arch/um/os-Linux/time.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/um/os-Linux/time.c b/arch

Re: [PATCH] um: fix compilation error

2012-08-31 Thread richard -rw- weinberger
On Fri, Aug 31, 2012 at 3:11 PM, Marco Stornelli wrote: > Fix a compilation error due to a regression of commit > d3c1cfcdb43e023ab1b1c7a555cd9e929026500a > "um: pass siginfo to guest process". > > Signed-off-by: Marco Stornelli Thanks, patch will be submitted to Linus ASAP with other UML fixes.