Re: [PATCH] Fixinclude linux/vt.h problem breaking libsanitizer

2013-12-06 Thread Richard Biener
On Thu, 5 Dec 2013, Jeff Law wrote: > On 12/05/13 03:18, Richard Biener wrote: > > > > This fixes the issue in linux/vt.h that appears in SUSE SLE11 kernel > > headers which contain a pre-release variant that is broken and not > > compatible with C++ (using the 'new' keyword). > > > > The follow

Re: [PATCH] Fixinclude linux/vt.h problem breaking libsanitizer

2013-12-05 Thread Jeff Law
On 12/05/13 03:18, Richard Biener wrote: This fixes the issue in linux/vt.h that appears in SUSE SLE11 kernel headers which contain a pre-release variant that is broken and not compatible with C++ (using the 'new' keyword). The following fix simply replaces that (and only that) field with 'newe

Re: [PATCH] Fixinclude linux/vt.h problem breaking libsanitizer

2013-12-05 Thread Bruce Korb
Looks good to me. On Thu, Dec 5, 2013 at 2:18 AM, Richard Biener wrote: > > This fixes the issue in linux/vt.h that appears in SUSE SLE11 kernel > headers which contain a pre-release variant that is broken and not > compatible with C++ (using the 'new' keyword). > > The following fix simply repla

[PATCH] Fixinclude linux/vt.h problem breaking libsanitizer

2013-12-05 Thread Richard Biener
This fixes the issue in linux/vt.h that appears in SUSE SLE11 kernel headers which contain a pre-release variant that is broken and not compatible with C++ (using the 'new' keyword). The following fix simply replaces that (and only that) field with 'newev', the upstream choice. fixinclude-tested