Anything changed on rawhide builders recently? Can't build ladvd

Josh Boyer jwboyer at gmail.com
Tue Nov 13 17:44:20 UTC 2012


On Tue, Nov 13, 2012 at 8:54 AM, Josh Boyer <jwboyer at gmail.com> wrote:
>> diff --git a/scripts/headers_install.pl b/scripts/headers_install.pl
>> index 239d22d..6c353ae 100644
>> --- a/scripts/headers_install.pl
>> +++ b/scripts/headers_install.pl
>> @@ -42,6 +42,9 @@ foreach my $filename (@files) {
>>                 $line =~ s/(^|\s)(inline)\b/$1__$2__/g;
>>                 $line =~ s/(^|\s)(asm)\b(\s|[(]|$)/$1__$2__$3/g;
>>                 $line =~ s/(^|\s|[(])(volatile)\b(\s|[(]|$)/$1__$2__$3/g;
>> +               $line =~ s/#ifndef _UAPI/#ifndef /;
>> +               $line =~ s/#define _UAPI/#define /;
>> +               $line =~ s!#endif /[*] _UAPI!#endif /* !;
>>                 printf {$out} "%s", $line;
>>         }
>>         close $out;

This will be included in tomorrow's rawhide kernel.

josh


More information about the devel mailing list