]> granicus.if.org Git - strace/commit
Fix compilation on 2.4.20 kernel based system
authorDenys Vlasenko <dvlasenk@redhat.com>
Mon, 15 Aug 2011 09:36:09 +0000 (11:36 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Mon, 15 Aug 2011 09:36:09 +0000 (11:36 +0200)
commit5bd67c86a93c658d258348e8f14af94fd45cbeb6
tree2b92ca22cde5842a8812a23278f51be6a5604548
parent1b0df40644ca23fe068d7f004dbc15b07ff85086
Fix compilation on 2.4.20 kernel based system

* block.c (block_ioctl): add ifdef/endif around BLKGETSIZE64 usage
* strace.c (trace): add ifdef/endif around WIFCONTINUED usage

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
block.c
strace.c