[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [Xen-staging] [qemu-xen-unstable] Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
On Tue, 2013-05-21 at 14:00 +0000, patchbot@xxxxxxx wrote: > commit 70992304dc8c5fc67d876e0f8e3dfaa82be955a1 > Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > AuthorDate: Tue May 21 14:57:23 2013 +0100 > Commit: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> > CommitDate: Tue May 21 14:58:56 2013 +0100 > > Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> > CC: Eric Shelton <eshelton@xxxxxxxxx> > CC: Matt Wilson <msw@xxxxxxxxxx> > CC: Stefano Stabellini <Stefano.Stabellini@xxxxxxxxxxxxx> > Acked-by: George Dunlap <george.dunlap@eu> (for 4.3 release) Rather mangled :-( > --- > configure | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index 904e019..ace3c3e 100755 > --- a/configure > +++ b/configure > @@ -1097,7 +1097,7 @@ fi > cat > $TMPC <<EOF > #include <signal.h> > #include <time.h> > -int main(void) { clockid_t id; return clock_gettime(id, NULL); } > +int main(void) { struct itimerspec v; timer_t t; return timer_gettime (t, > &v); } > EOF > > rt=no > -- > generated by git-patchbot for /home/xen/git/staging/qemu-xen-unstable.git > > _______________________________________________ > Xen-staging mailing list > Xen-staging@xxxxxxxxxxxxx > http://lists.xensource.com/xen-staging _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |