From: Roland McGrath Date: Tue, 14 Jan 2003 07:53:31 +0000 (+0000) Subject: 2003-01-13 Roland McGrath X-Git-Tag: v4.5.18~872 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81634e482ee9e5b6e6e23e58cb1ea4b7bbbf464f;p=strace 2003-01-13 Roland McGrath * desc.c (printflock64): Fix ADDR argument type. From Anton Blanchard . --- diff --git a/desc.c b/desc.c index 2a07a438..b563c86c 100644 --- a/desc.c +++ b/desc.c @@ -212,7 +212,7 @@ int getlk; static void printflock64(tcp, addr, getlk) struct tcb *tcp; -int addr; +long addr; int getlk; { struct flock64 fl;