public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfstests: fix format string warnings in locktest.c
@ 2010-01-21 11:34 Christoph Hellwig
  2010-01-21 14:02 ` Alex Elder
  0 siblings, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2010-01-21 11:34 UTC (permalink / raw)
  To: xfs


Signed-off-by: Christoph Hellwig <hch@lst.de>

Index: xfstests-dev/src/locktest.c
===================================================================
--- xfstests-dev.orig/src/locktest.c	2010-01-21 11:26:53.000000000 +0000
+++ xfstests-dev/src/locktest.c	2010-01-21 11:27:13.000000000 +0000
@@ -741,7 +741,7 @@ send_ctl(void)
         if (nwrite < 0)
             perror("send_ctl: write");
         else
-            fprintf(stderr, "send_ctl[%d]: write() returns %d, not %lu as expected\n", 
+            fprintf(stderr, "send_ctl[%d]: write() returns %d, not %zu as expected\n", 
                     ctl.test, nwrite, sizeof(ctl));
         exit(1);
         /*NOTREACHED*/
@@ -756,7 +756,7 @@ void recv_ctl(void)
         if (nread < 0)
             perror("recv_ctl: read");
         else {
-            fprintf(stderr, "recv_ctl[%d]: read() returns %d, not %lu as expected\n", 
+            fprintf(stderr, "recv_ctl[%d]: read() returns %d, not %zu as expected\n", 
                     ctl.test, nread, sizeof(ctl));
 	    fprintf(stderr, "socket might has been closed by other locktest\n");
 	} 

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-01-21 17:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-21 11:34 [PATCH] xfstests: fix format string warnings in locktest.c Christoph Hellwig
2010-01-21 14:02 ` Alex Elder
2010-01-21 16:34   ` Alex Elder
2010-01-21 17:32     ` Christoph Hellwig
2010-01-21 17:50       ` Alex Elder
2010-01-21 17:54         ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox