]> granicus.if.org Git - strace/commitdiff
2003-01-13 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 14 Jan 2003 07:53:31 +0000 (07:53 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 14 Jan 2003 07:53:31 +0000 (07:53 +0000)
* desc.c (printflock64): Fix ADDR argument type.
From Anton Blanchard <anton@samba.org>.

desc.c

diff --git a/desc.c b/desc.c
index 2a07a43824862cecb4fe668d58b5c67ece93fffd..b563c86cde2eb82803560c7f57d0cd103bddadb6 100644 (file)
--- 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;