* [PATCH 2.4.21-bk1] RPC server socket compile warning fix
@ 2003-07-05 18:06 Michael Buesch
0 siblings, 0 replies; only message in thread
From: Michael Buesch @ 2003-07-05 18:06 UTC (permalink / raw)
To: Olaf Kirch; +Cc: Marcelo Tosatti, Linux Kernel Mailing List
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi.
fixes "Warning: int format, long unsigned int arg (arg 3)"
compiletime warning.
- --- net/sunrpc/svcsock.c.orig 2003-07-05 19:09:49.000000000 +0200
+++ net/sunrpc/svcsock.c 2003-07-05 20:03:10.000000000 +0200
@@ -826,7 +826,7 @@
goto error;
svsk->sk_tcplen += len;
if (len < want) {
- - dprintk("svc: short recvfrom while reading record length (%d of %d)\n",
+ dprintk("svc: short recvfrom while reading record length (%d of %lu)\n",
len, want);
svc_sock_received(svsk);
return -EAGAIN; /* record header not complete */
- --
Regards Michael Buesch
http://www.8ung.at/tuxsoft
19:52:50 up 55 min, 3 users, load average: 1.20, 1.31, 1.21
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD4DBQE/BxOQoxoigfggmSgRAod8AJsEqoJIUp0TTJsbQWrsWY9IQGOAJACYxEx/
+6/mn7yqWXqQda3AtUewyw==
=DzuI
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-07-05 19:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-05 18:06 [PATCH 2.4.21-bk1] RPC server socket compile warning fix Michael Buesch
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.