patch-2.1.36 linux/fs/lockd/svc.c
Next file: linux/fs/minix/inode.c
Previous file: linux/fs/lockd/host.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Tue Apr 15 21:47:24 1997
- Orig file:
v2.1.35/linux/fs/lockd/svc.c
- Orig date:
Mon Apr 7 11:35:30 1997
diff -u --recursive --new-file v2.1.35/linux/fs/lockd/svc.c linux/fs/lockd/svc.c
@@ -130,8 +130,8 @@
break;
}
- dprintk("lockd: request from %08lx\n",
- ntohl(rqstp->rq_addr.sin_addr.s_addr));
+ dprintk("lockd: request from %08x\n",
+ (unsigned)ntohl(rqstp->rq_addr.sin_addr.s_addr));
/*
* Look up the NFS client handle. The handle is needed for
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov