Re: [Xen-devel] [PATCH] xen: typo: use ' as apostrophe in grant_table.h

2016-06-09 Thread George Dunlap
On Wed, Feb 24, 2016 at 5:19 PM, Dario Faggioli wrote: > If grep 2.23 is installed, build fails like this: > ... > mkdir -p compat > grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/grant_table.h | \ > python /home/SOURCES/xen/xen/xen.git/xen/tools/compat-build-source.py > >compat/grant_table.c.new

[Xen-devel] [PATCH] xen: typo: use ' as apostrophe in grant_table.h

2016-02-24 Thread Dario Faggioli
If grep 2.23 is installed, build fails like this: ... mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/grant_table.h | \ python /home/SOURCES/xen/xen/xen.git/xen/tools/compat-build-source.py >compat/grant_table.c.new mv -f compat/grant_table.c.new compat/grant_table.c gcc ... -o com