From owner-cvs-all Mon Aug 23 16:44:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F17EA151E8; Mon, 23 Aug 1999 16:44:39 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA15234; Mon, 23 Aug 1999 16:42:01 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199908232342.QAA15234@freefall.freebsd.org> From: Bruce Evans Date: Mon, 23 Aug 1999 16:42:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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