mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Merge r7474 from trunk
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7727 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -559,8 +559,13 @@ function dump_lines() {
|
||||
{
|
||||
if (h[0] != "")
|
||||
printf "@@ -%d,%d +%d,%d @@%s\n",h[1],h[2]-lines_less_deleted,h[3],h[4]-lines_less_added,h[5]
|
||||
for (i = 0; i < lines; i++)
|
||||
for (i = 0; i < lines; i++) {
|
||||
gsub("BAD_WR_MODIFIER",
|
||||
LINUX_VERSION_CODE < version_code("4.19.0") ? "" : "const", line[i])
|
||||
gsub("CM_HANDLER_EVENT_MODIFIER",
|
||||
LINUX_VERSION_CODE < version_code("4.19.0") ? "" : "const", line[i])
|
||||
print line[i]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user