Date: Mon, 10 Aug 1998 10:06:29 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/dpt dpt_scsi.c Message-ID: <199808101706.KAA10158@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/08/10 10:06:29 PDT Modified files: sys/dev/dpt dpt_scsi.c Log: Hide compiler warnings for casting from a long to a pointer of a different size (on i386's with 64 bit longs). Cosmetic. Non-cosmetic unportabilities were already hidden by using ntohl() to convert a 32-bit user DMA address to a long. Revision Changes Path 1.10 +2 -2 src/sys/dev/dpt/dpt_scsi.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808101706.KAA10158>