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;