Date: Thu, 7 Nov 2002 13:52:51 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumdaemon.c vinuminterrupt.c vinumrequest.c vinumrevive.c Message-ID: <200211072152.gA7Lqpe1055240@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/11/07 13:52:51 PST Modified files: sys/dev/vinum vinumdaemon.c vinuminterrupt.c vinumrequest.c vinumrevive.c Log: Explicitly cast daddr_t's to long long's when printing them since daddr_t is not long long on all archs. (They happen to be long's on 64-bit arch's and gcc considers that significant enough to warn about it.) These should probably be uintmax_t but I didn't feel like adding all the extra includes. Revision Changes Path 1.23 +1 -1 src/sys/dev/vinum/vinumdaemon.c 1.39 +6 -6 src/sys/dev/vinum/vinuminterrupt.c 1.62 +4 -4 src/sys/dev/vinum/vinumrequest.c 1.39 +2 -2 src/sys/dev/vinum/vinumrevive.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211072152.gA7Lqpe1055240>