2003-01-13 Roland McGrath <roland@redhat.com>

* desc.c (printflock64): Fix ADDR argument type.
	From Anton Blanchard <anton@samba.org>.
This commit is contained in:
Roland McGrath 2003-01-14 07:53:31 +00:00
parent 6ef18edb5f
commit 81634e482e

2
desc.c
View File

@ -212,7 +212,7 @@ int getlk;
static void
printflock64(tcp, addr, getlk)
struct tcb *tcp;
int addr;
long addr;
int getlk;
{
struct flock64 fl;