From owner-cvs-all Sat Oct 10 07:02:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09748 for cvs-all-outgoing; Sat, 10 Oct 1998 07:02:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09740; Sat, 10 Oct 1998 07:02:08 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA16539; Sat, 10 Oct 1998 07:02:07 -0700 (PDT) Date: Sat, 10 Oct 1998 07:02:07 -0700 (PDT) Message-Id: <199810101402.HAA16539@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/biosboot boot.c src/sys/i386/boot/netboot main.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/10/10 07:02:07 PDT Modified files: sys/i386/boot/biosboot boot.c sys/i386/boot/netboot main.c Log: Fixed warnings for pointer versus int type mismatches. Addresses must be converted to fixed-sized integers when they are passed across the binary interface to the kernel. Revision Changes Path 1.73 +3 -3 src/sys/i386/boot/biosboot/boot.c 1.24 +4 -4 src/sys/i386/boot/netboot/main.c