commit | 81634e482ee9e5b6e6e23e58cb1ea4b7bbbf464f | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Tue Jan 14 07:53:31 2003 +0000 |
committer | Roland McGrath <roland@redhat.com> | Tue Jan 14 07:53:31 2003 +0000 |
tree | f35ff5596919a23a49e8df7d27929a29014d01c3 | |
parent | 6ef18edb5f6a91d953f697730fadaf21bdc650cb [diff] [blame] |
2003-01-13 Roland McGrath <roland@redhat.com> * desc.c (printflock64): Fix ADDR argument type. From Anton Blanchard <anton@samba.org>.
diff --git a/desc.c b/desc.c index 2a07a43..b563c86 100644 --- a/desc.c +++ b/desc.c
@@ -212,7 +212,7 @@ static void printflock64(tcp, addr, getlk) struct tcb *tcp; -int addr; +long addr; int getlk; { struct flock64 fl;