Date: Thu, 7 Nov 2002 13:19:47 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/tdfx tdfx_pci.c Message-ID: <200211072119.gA7LJlmx052228@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/11/07 13:19:47 PST Modified files: sys/dev/tdfx tdfx_pci.c Log: Print pointers with %p instead of casting them to an unsigned int and then printing them with 0x%x which doesn't work when sizeof(void *) > sizeof(int). Revision Changes Path 1.21 +2 -2 src/sys/dev/tdfx/tdfx_pci.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?200211072119.gA7LJlmx052228>