Date: Mon, 23 Aug 1999 16:42:01 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 autoconf.c Message-ID: <199908232342.QAA15234@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/08/23 16:42:01 PDT Modified files: sys/i386/i386 autoconf.c Log: `bootdev' is an ordinary u_long, so don't cast it to a pointer to print it. gcc warns about the cast on i386's with 64-bit longs. Print `bootdev' in all cases when we bail out because it is unreasonable. Revision Changes Path 1.137 +3 -4 src/sys/i386/i386/autoconf.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?199908232342.QAA15234>