]> granicus.if.org Git - strace/commit
* desc.c (printflock): Fix display of fcntl(F_SETLK) on
authorDenys Vlasenko <dvlasenk@redhat.com>
Tue, 6 Jan 2009 15:12:52 +0000 (15:12 +0000)
committerDenys Vlasenko <dvlasenk@redhat.com>
Tue, 6 Jan 2009 15:12:52 +0000 (15:12 +0000)
commit30b5e5ab67ad13a37cb2b010332c2b434d887fe2
tree16031a3f40f6f604b25c3898853f75a2d5fe1cac
parent8236f254b797057396c6ec41b616a0ea3fc4a8a1
* desc.c (printflock): Fix display of fcntl(F_SETLK) on
non-native 32-bit architecture.
Fixes RH#471169 "format fcntl64() system calls for
32 bit application incorrect".

* desc.c: const'ify two static struct xlat vector[]'s,
convert all remaining old style C parameter declarations
in this file.
ChangeLog
desc.c