Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336036
b: refs/heads/master
c: 56c176c
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Nov 27, 2012
1 parent 9d176b2 commit 1a7c7c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c5782e9f5a535af09d7834693a52afdbcc6e5f3f
refs/heads/master: 56c176c9cac9a77249fa1736bfd792f379d61942
3 changes: 3 additions & 0 deletions trunk/scripts/headers_install.pl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
$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;
Expand Down

0 comments on commit 1a7c7c0

Please sign in to comment.